.c .slide {
	
	height: 160px;
	padding: 10px;
	margin-bottom: 0px;
	position: relative;
}
.c .slide .items .item {
	position: absolute;
	left: 0px;
	top: 0px;
}
.c .slide .items .item .slideb {
	position: absolute;
	left: 0px;
	top: 0px;
	width: 639px;
	height: 180px;
	
}

.c .slide .snav {
	position: absolute;
	left: 10px;
	top: 150px;
	width: 211px;
}

.c .slide .snav a {
	background-image: url(../images/snav.png);
	background-repeat: no-repeat;
	float: left;
	height: 17px;
	width: 17px;
	margin-right: 2px;
	color: #FFF;
	text-align: center;
	font-family: "Myriad Pro";
	font-style: italic;
	background-position: right top;
	padding-top: 1px;
}
.c .slide .snav a:hover {
	background-image: url(../images/snav.png);
	background-repeat: no-repeat;
	background-position: left top;
}
.c .slide .snav a.act {
	background-image: url(../images/snav.png);
	background-repeat: no-repeat;
	background-position: left top;
}








*, html {
	outline:none;
}
body, div, dl, dt, dd, ul, ol, li, h1, h2, h3, h4, h5, h6, pre, form, fieldset, input, textarea, p, blockquote {
	margin:0;
	padding:0;
}
fieldset, img {
	border:0;
}
address, caption, cite, code, dfn, em, strong, th, var {
	font-style:normal;
	font-weight:normal;
}
ol, ul {
	list-style:none;
}
caption, th {
	text-align:left;
}
h1, h2, h3, h4, h5, h6 {
	font-size:100%;
	font-weight:normal;
}
q:before, q:after {
	content:'';
}
abbr, acronym {
	border:0;
}
/* styles */
body {
	color:#666565;
	font:normal 11px Tahoma, Arial, Helvetica, sans-serif;
	height:auto!important;
}
a {
	color:#6a6a6a;
	outline:none;
	text-decoration: none;
}
a:hover {
	color: #1eb7ce;
}



.c {
	width:639px;
	margin: 0 auto;
	position: relative;
}
.b {
	font-weight:bold !important;
}

.trans {
	background-color: transparent;
	background-image:url(../../jokeras/images/pix.gif);
	border: 0px solid #000;
}
.trans:hover {
	border: 0px;
	background-color: transparent;
}
.trans:focus {
	border: 0px;
	background-color: transparent;
}



