/*
	Hoja de Estilos de ccShowroom
*/

/* Core Styles */

div#ccShowroom ul, li {
	margin: 0;
	padding: 0;
	list-style: none;
}

/* Layaout Styles */

div#ccShowroom {
	width: 480px;
	padding-bottom: 5px;
}

/* Viewport Styles */

div#viewport {
	width: 480px;
	height: 300px;
	overflow: hidden;
	z-index: 0;
	border: 1px solid #999;
}

div#viewport div#content ul {
	width: 10500px;
	z-index: 0;
}

div#viewport div#content ul li {
	float: left;
	clear: none;
	width: 480px;
	z-index: 0;
}

div#viewport div#content ul li img {
	z-index: 0;
}

div#viewport div#scrollLeft {
	display: block;
	width: 50px;
	height: 300px;
	background: url('../img/bganterior.gif') -50px 0 no-repeat;
	opacity: .80;
	filter: alpha(opacity=80);
	float: left;
	margin-top: -300px;
	z-index: 10;
}

div#viewport div#scrollRight {
	display: block;
	width: 50px;
	height: 300px;
	background: url('../img/bgsiguiente.gif') 0 0 no-repeat;
	opacity: .80;
	filter: alpha(opacity=80);
	float: right;
	margin-top: -300px;
	z-index: 10;
}

div.navigation {
	background: #fff;
	padding: 5px 0;
	z-index: 5;
	text-align: center;
	/*
	line-height: 30px;
	vertical-align: middle;
	*/
}

.pagenumber {
	font-family: Verdana,Arial,Helvetica,sans-serif;
	font-size: 18px;
	color: #7c7c7c;
	letter-spacing: 2px;
	/*
	padding: 0 10px;
	line-height: 30px;
	vertical-align: middle;
	*/
	line-height: 32px;
	position: relative;
	top: -5px;
}

.item {
/*
	font-family: arial;
	font-size: 10px;
	color: #fff;
	margin: 2px 5px;
	padding: 0;
	width: 20px;
	height: 20px;
	line-height: 20px;
	cursor: pointer;
	background: url('../img/bgbtn4.png') #fff 0 0 no-repeat;
	border-width: 0;
	text-align: center;
	z-index: 10;
*/
}

#scrollLeft {
	width: 50px;
	height: 32px;
	margin: 0 5px;
	background: url('img/bgbtn5-left.png') #fff 50% 50% no-repeat;
	border-width: 0;
	cursor: pointer;
	font-size: 18px;
}

#scrollRight {
	width: 50px;
	height: 32px;
	margin: 0 5px;
	background: url('img/bgbtn5-right.png') #fff 50% 50% no-repeat;
	border-width: 0;
	cursor: pointer;
	font-size: 18px;
}
