/**
 * This <div> element is wrapped by jCarousel around the list
 * and has the classname "jcarousel-container".
 */
.jcarousel-container {
    position: relative;
}

.jcarousel-clip {
    z-index: 2;
    padding: 0;
    margin: 0;
    overflow: hidden;
    position: relative;
}

.jcarousel-list {
    z-index: 1;
    overflow: hidden;
    position: relative;
    top: 0;
    left: 0;
    margin: 0;
    padding: 0;
}

.jcarousel-list li,
.jcarousel-item {
    float: left;
    list-style: none;
    /* We set the width/height explicitly. No width/height causes infinite loops. */
    width: 75px;
    height: 75px;
}

/**
 * The buttons are added dynamically by jCarousel before
 * the <ul> list (inside the <div> described above) and
 * have the classnames "jcarousel-next" and "jcarousel-prev".
 */
.jcarousel-next {
    z-index: 3;
    display: none;
}

.jcarousel-prev {
    z-index: 3;
    display: none;
}


body {
	background:		#9E1F63;
	color:			#000000;
	margin:			0px;
	padding:		0px;
	padding-top:	2px;
	font-family:	verdana,arial;
}

.container {
	padding:		0px;
	width:			200px;
	height:			525px;
	margin:			auto;
}


A:link, A:active, A:visited {
	color:			#fdb515;
	font-size:			13px;
	font-weight:	bold;
	text-decoration: none;
	border:0;
}


.jcarousel-skin-samples .jcarousel-clip-vertical {
    width: 			200px;
    height: 		525px;

}

.jcarousel-skin-samples .jcarousel-item {
	margin: 		0;
	text-align: 	center;
	font-family:	verdana,arial;
	font-size:		10px;
}

.jcarousel-skin-samples .jcarousel-item-vertical {
    width: 			200px;
    height: 		175px;
}

.jcarousel-skin-samples .jcarousel-item-horizontal {
    width: 			200px;
    height: 		170px;
	overflow:		hidden;
}

.jcarousel-skin-samples .jcarousel-item a {
	color:			#000000;
}

.jcarousel-skin-samples .jcarousel-item a:hover {
	color:			#FFFFFF;
}

.itemHeader {
	height: 20px;	
	line-height: 20px;
	background: #d1cdce; 
	background: -moz-linear-gradient(top,  #d1cdce 0%, #fcfef2 100%); 
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#d1cdce), color-stop(100%,#fcfef2)); 
	background: -webkit-linear-gradient(top,  #d1cdce 0%,#fcfef2 100%); 
	background: -o-linear-gradient(top,  #d1cdce 0%,#fcfef2 100%);
	background: -ms-linear-gradient(top,  #d1cdce 0%,#fcfef2 100%);
	background: linear-gradient(to bottom,  #d1cdce 0%,#fcfef2 100%); 
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#d1cdce', endColorstr='#fcfef2',GradientType=0 ); 
	text-indent: 10px;
	color: #000;
	font-size: 11px;
	text-align: left;
	font-weight: bold;
}

.overlay {
	height: 30px;
	line-height: 30px;
	background: #000;
	text-align: center;
	position: absolute;
	margin-top: 140px;
	width: 210px;
	filter: alpha(opacity=70);
	opacity: 0.7;
	color: #fff;
	text-transform: uppercase;
	font-size: 11px;
	margin-left:-10px;
}

.btn {
	height: 25px;
	line-height: 25px;
	background: #a90329; 
	background: -moz-linear-gradient(top,  #a90329 0%, #8f0222 44%, #6d0019 100%); 
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#a90329), color-stop(44%,#8f0222), color-stop(100%,#6d0019)); 
	background: -webkit-linear-gradient(top,  #a90329 0%,#8f0222 44%,#6d0019 100%); /
	background: -o-linear-gradient(top,  #a90329 0%,#8f0222 44%,#6d0019 100%); 
	background: -ms-linear-gradient(top,  #a90329 0%,#8f0222 44%,#6d0019 100%); 
	background: linear-gradient(to bottom,  #a90329 0%,#8f0222 44%,#6d0019 100%); 
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#a90329', endColorstr='#6d0019',GradientType=0 );
	text-align: center;
	position: absolute;
	margin-top: 25px;
	margin-left: 5px;
	width: 50px;
	filter: alpha(opacity=80);
	opacity: 0.8;
	color: #fff;
	text-transform: uppercase;
	font-size: 11px;
	border: 2px solid #cb0000;
}

.arrow {
	width: 0;
	height: 0;
	border-left: 5px solid #fff;
	border-top: 5px solid transparent;
	border-bottom: 5px solid transparent;
	position: absolute;
	margin-top: -19px;
	margin-left: 196px;
}

img { border:0; }