#mixed-slider {
	font-family: 'Open Sans', sans-serif;
}

#mixed-slider .slide {
	background-color: #EEEEEE;	
}


#mixed-slider .timer-animation {
	top: 10px;
	right: 10px;	
}


#mixed-slider .slide-arrows a.previous {
	left: -80px;	
}


#mixed-slider .slide-arrows a.next {
	right: -80px;	
}


#mixed-slider .title {
	
	margin-bottom: 3px;
}


#mixed-slider .content p {
	font-size: 12px;
	margin-top: 10px;
}


#mixed-slider .link {
	font-size: 14px;
	position: absolute;
	bottom: 0;
}


#mixed-slider .link a {
	font-size: 12px;
	color: #666666;
}


#mixed-slider .content-box {
	padding: 10px;
	background: #888;
	color: #fff;
	font-size: 14px;
	line-height: 18px;
	border:2px solid #910000;
	-webkit-border-radius: 6px;
	-moz-border-radius: 6px;
	border-radius: 6px;
}




.content-box a {
background: transparent url(images/altro_a.png) no-repeat;

				width: 62px;
				height: 23px;
				float: right;
			  	margin: 0px auto 0 auto; 
}


.content-box a:hover {
		background: transparent url(images/altro_h.png) no-repeat;
		
				width: 62px;
				height: 23px;
			  	margin: 0px auto 0 auto; 
}



.content-box a span {
				display: none;
			}



#mixed-slider .content-box .title {
	font-family: arial;
	font-size: 16px;
	font-weight: bold;
	font-style: italic;
	color: #fff;
}


#mixed-slider .content-box .button {
	display: block;
	text-decoration: none;
	width: 80px;
	padding: 3px;
	margin-top: 10px;
	color: #910000;
	font-weight: bold;
	background-color: #EEEEEE;
	border: 1px solid #910000;
	-webkit-border-radius: 6px;
	-moz-border-radius: 6px;
	border-radius: 6px;
	float: right;
	
}

/*
img:hover {
	border: 1px solid #333;
}
*/
#mixed-slider .image-box {
	background: url(images/image_shadow.png) no-repeat 9px 158px;
	width: 260px;
	height: 170px;
	float: left;
}


#mixed-slider .image-box img {
	margin: 10px;
	border: 4px solid #FFF;
	transition : border 500ms ease-out; 
	-webkit-transition : border 500ms ease-out; 
	-moz-transition : border 500ms ease-out;
	-o-transition : border 500ms ease-out;
}


#mixed-slider .image-box img:hover {
	border: 4px solid #333;
}