/* Easy Slider */

#box-fotovideo ul, #box-fotovideo li,
#box-post ul, #box-post li,
#box-stats ul, #box-stats li,
#box-eventi ul, #box-eventi li {
	margin:0;
	padding:0;
	list-style:none;
}

#box-fotovideo li {
	width:446px;
	height:288px;
	overflow:hidden;	
}

#box-fotovideo li.small {
	width:446px;
	height:145px;
}

#box-post li { 
	/* 
		define width and height of list item (slide)
		entire slider area will adjust according to the parameters provided here
	*/ 
	width:462px;
	height:368px;
	overflow:hidden;
}

#box-eventi li {
	/* 
		define width and height of list item (slide)
		entire slider area will adjust according to the parameters provided here
	*/ 
	width:462px;
	height:200px;
	overflow:hidden; 
}

#box-stats li {
	width:462px;
	height:320px;
	overflow:hidden; 
}

.controls {
	position:relative;
	width:464px;
	margin:0;
	padding:0;
}
 
#fv-prev-link {
	float:left; 
	position:relative;
	padding:12px 0px 8px 16px;
	border-left:1px solid #CCC;
	width:24px;
	height:24px;
	background-color:#FFF;
}

#post-prev-link,#eve-prev-link,#stats-prev-link {
	float:left; 
	position:relative;
	padding:16px 0px 8px 16px;
	border-left:1px solid #CCC;
	width:24px;
	height:24px;
	background-color:#FFF;
}

#fv-next-link {
	float:left;
	position:relative;
	padding:12px 16px 8px 0;
	border-right:1px solid #CCC;
	width:24px;
	height:24px;
	background-color:#FFF;
}

#post-next-link,#eve-next-link,#stats-next-link {
	float:left;
	position:relative;
	padding:16px 16px 8px 0px;
	border-right:1px solid #CCC;
	width:24px;
	height:24px;
	background-color:#FFF;
}

#fv-prev-link a,#post-prev-link a,#eve-prev-link a,#stats-prev-link a { 
	display:block;
	width:24px;
	height:24px;
	background:url('/images/buttons/btn_arrow_left.jpg') top left no-repeat;	
}

#fv-next-link a,#post-next-link a,#eve-next-link a,#stats-next-link a {
	display:block;
	width:24px;
	height:24px;
	background:url('/images/buttons/btn_arrow_right.jpg') top left no-repeat;	
}

#fv-prev-link a:hover,#post-prev-link a:hover,#eve-prev-link a:hover,#stats-prev-link a:hover { 
	background-position: center left;
}

#fv-next-link a:hover,#post-next-link a:hover,#eve-next-link a:hover,#stats-next-link a:hover {
	background-position: center left;
}
/* numeric controls */	

#content-controls-fotovideo {
	float:left;
	width:382px;
	height:44px;
	margin:0 auto;
	background-color:#FFF;
	text-align:center;	
}

#content-controls-post,#content-controls-eve,#content-controls-stats {
	float:left;
	width:382px;
	height:48px;
	margin:0 auto;
	background-color:#FFF;
	text-align:center;	
}

#content-controls-fotovideo ol,#content-controls-post ol,#content-controls-eve ol,#content-controls-stats ol {
	position:absolute;
	left:50%;
}

ol#controls-fotovideo {
	padding:20px 0px 8px 0px;
}

ol#controls-post,ol#controls-eve,ol#controls-stats{
	padding:24px 0px 8px 0px;
}

ol#controls-fotovideo li,ol#controls-post li,ol#controls-eve li,ol#controls-stats li{
	margin:0 6px 0 0; 
	padding:0;
	float:left;
	list-style:none;
	border:none;
}

ol#controls-fotovideo li a,ol#controls-post li a,ol#controls-eve li a,ol#controls-stats li a{
	float:left;
	height:12px;
	width:12px;
	padding:0px;
	background:url('/images/buttons/page_off.png') top center no-repeat;
	border:none;
}

ol#controls-fotovideo li.current a,ol#controls-post li.current a,ol#controls-eve li.current a,ol#controls-stats li.current a{
	background:url('/images/buttons/page_on.png') top center no-repeat;
}
/* // Easy Slider */
