/**
 * iframe jcarousel styling
 */
body {
	background-color: #ccc;
	margin: 0px;
	padding: 0px;
}
#container {
	width: 950px;
	height: 250px;
	background-color: #111;
}
#header {
	position: absolute;
	top: 0px;
	left: 905px;
	height: 250px;
}
ul {
	list-style:none;
	margin: 0;
	padding: 0;
}
li {
	width: 200px;
	height: 250px;
	text-align: center;
}
li img {
	width:89px;
	height:247px;
}
li a:link img {
	border:0px;
}
#thumbs {
	position: absolute;
	top: 0px;
	left: 5px;
	width: 923px;
	height: 250px;
}
#thumbs a img {
	border: 1px solid #204d88;
	filter:alpha(opacity=90);
	-moz-opacity: 0.9;
	opacity: 0.9;
}
#thumbs a:hover img {
	border: 1px solid #2a62ad;
	filter:alpha(opacity=100);
	-moz-opacity: 1;
	opacity: 1;
}
:focus {
	outline: 0;
}
.jcarousel-skin-tango .jcarousel-container {
	height: 250px;
}
.jcarousel-skin-tango .jcarousel-container-horizontal {
	width: 900px;/* padding: 2 0px 2 0px; */
}
.jcarousel-skin-tango .jcarousel-container-vertical {
	width: 900px;/* padding: 40px 20px;*/
}
.jcarousel-skin-tango .jcarousel-clip-horizontal {
	width:  900px;
}
.jcarousel-skin-tango .jcarousel-clip-vertical {
	/* total height */
	width:  900px;
	height: 250px;
}
.jcarousel-skin-tango .jcarousel-item {
	width: 900px;
	height: 250px;
}
.jcarousel-skin-tango .jcarousel-item-horizontal {
	margin-left: 0px;
}
.jcarousel-skin-tango .jcarousel-item-vertical {
	margin-bottom: 0px;
}
.jcarousel-skin-tango .jcarousel-item-placeholder {
	background: #069;
	color: #0CF;
	width: 900px;
	height: 250px;
}
.agespan {
	position: relative;
	top: -21px;
	left: 105px;
	width:89px;
	height: 16px;
	z-index: 15000;
	background-color:#030091;
	filter:alpha(opacity=30);
	-moz-opacity: 0.3;
	opacity: 0.3;
}
.agelink {
	position: relative;
	top: -37px;
	left: 105px;
	width: 88px;
	height: 20px;
	z-index: 16000;
}
.girllink {
	color: #FFF;
	font-family: Verdana, Geneva, sans-serif;
	font-size: 8px;
	text-decoration: none;
	width:87px;
}
.girllink:hover {
	text-decoration: underline;
}

/**
 * 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;
}
