#my-glider {
	padding:15px 0 15px 0;
	margin:-10px 0 10px 10px;
	width:760px;
	background:transparent url(glide_box.gif) no-repeat;
}

#my-glider .scroller .section img {
	float:left;
	padding-top:1px;
	height:298px;
}

#my-glider .scroller .section .intro {
	float:right;
	width:180px;
	height:280px;
	padding:10px 7px 10px 0px;
	position:relative;
}

#my-glider .scroller .section .intro img.av_icon {
	position:absolute;
	bottom:8px;
	right:7px;
	width:15px;
	height:15px;
	padding:0;
	float:none;
}

#my-glider .scroller .section .intro img.av_icon.both {
	right:29px;
}

#my-glider .scroller .section h3 {
	font-size:20px;
	letter-spacing: -0.9px;
}

#my-glider .scroller .section p.kategori {
	font-size:12px;
	color:#666;
	font-family: Verdana;
}

#my-glider .scroller .section p.kategori a,
#my-glider .scroller .section p.kategori a:link,
#my-glider .scroller .section p.kategori a:visited,
#my-glider .scroller .section p.kategori a:active{
	color: #bec1c4;
	font-style: italic;
}

#my-glider .scroller .section p.kategori :hover{
	color: #000000;
}

#my-glider .scroller .section p {
	font-size:12px;
	color:#666;
}

/* modify width and height of scrolling section if necessary	*/
div.scroller {
	width: 652px;
	height: 300px;
	overflow: hidden;
}

/* modify width and height of each section as needed (should match the size of the scroller window)	*/
div.scroller div.section {
	width:652px;
	height:300px;
	overflow:hidden;
}

div.scroller div.content {
	width: 652px;
}

.controls {
	float:left;
	width:86px;
	height:300px;
}

#my-glider .controls img {
	padding:0px;
	margin:14px 0 0px 13px;
}


