
/* General styles ------------------------- */

.black_text-1 {font-family: Arial, Helvetica, sans-serif; color:#f00; font-weight:normal; font-size:12px;}

.showcase {
	position: relative;
	}

.showcase ul li {
	width: 500px;
	height: 259px;
	float: left;	
	list-style-type: none;	
}

.showcase ul li a { display: block; }
.showcase li a img { width: 100%; height: 100%; border: 0; outline:none; }




/* Horizontal showcase ------------------------- */

.showcase#horizontal {	
	margin: 20px auto 0 8px;/* Modify this margin to get the showcase exactly at page center */
	width: 960px;
	height: 315px;
}	
	
.showcase#horizontal a.controls {
	top: 50%;
	margin-top: -27px;
}

.showcase#horizontal a.next {
	right: 0;
	padding-top: 4px;
}


.showcase#horizontal a.controls:hover {
	border-color: #2097FA;
}

.showcase#horizontal ul {
	position: relative;	
	width: 830px;/* Modify this width when you added extra images */
	height: 259px;	
	margin: 0 auto;
}


