/*slider*/
#box{
height:275px;
width:570px;
}


.pics { height: 275; width: 570px; padding:0; margin:0; overflow: hidden }

#slideshow
{
margin:-15px auto;
z-index:150;
}


a.slidePrev, a.slideNext {
	display: block;
	z-index: 30;
	width: 51px;
	height: 64px;}
a.slidePrev {
	float: left;
	margin: -150px 0 0 -10px;
	background: transparent url("/tema/tema11/cycle/slide-previous.png") no-repeat 0 0;}
a.slideNext {
	float: right;
	margin: -150px -10px 0;
	background: transparent url("/tema/tema11/cycle/slide-next.png") no-repeat 0 0;}

a.slidePrev:hover, a.slideNext:hover { background-position: 0 -64px;}

#slidePager {
	position: relative;
	z-index: 9999;
}
	
#slidePager {
	margin:-10px 10px 0 0;
	width:100px;
	list-style:none;
	float:right;}
#slidePager a, #slidePager a:visited {
	float: left;
	width: 16px;
	height: 15px;
	overflow: hidden;
	background: transparent url("/tema/tema11/cycle/slide-pager.png") no-repeat 0 0;
	text-decoration: none;
	text-indent: -1234px;}
	
#slidePager a:hover {
	background-position: -16px 0;}
	
#slidePager a.activeSlide {
	background-position: -32px 0;}