@charset "UTF-8";
/* CSS Document */


#rotateimages {
    height:68px;
	width:177px;
	float: left;
	clear: both;
	position:  relative;
	overflow: hidden;
}

#rotateimages a {
	position: absolute;
	top: 0;
	left: 0;
}

#topArrow {
	height:30px;
	width:177px;
	float: left;
	clear: both;
	cursor:pointer;
}

#botArrow {
	height:30px;
	width:177px;
	float: left;
	clear: both;
	cursor:pointer;
}

#botArrow a, #topArrow a {
	float: left;
}

.videolinks {
	height: 280px;
	overflow: hidden;
	float: left;
	clear: both;
	position: relative;
	display: block;
}

.videolinks ul {
	height: 280px;
	overflow: hidden;
	float: left;
	clear: both;
	list-style: none;
}

.videolinks ul li {
	float: left;
	clear: both;
	width: 177px;
	height: 140px;
	margin: 0;
}

.videolinks a {
	border:none;
	float: left;
	width: 177px;
	height: 140px;
}

#instructions {
	height:280px;
	text-align: center;
	background-image: url(../images/empty.jpg);
	background-position: center center;
	background-repeat: no-repeat;
}

#empty {
	height:280px;
	text-align: center;
	background-image: url(../images/empty.jpg);
	background-position: center center;
	background-repeat: no-repeat;
}

.block{
    width: 177px;
    height: 30px;
}

#vidpromo {
	background-image: url(../images/vidpromo.jpg);
	background-repeat: no-repeat;
	height: 135px;
	width: 177px;
	float: left;
	clear: both;
	background-position: bottom left;
}


.jcarousel-container {
    position: relative;
	float: left;
	clear: both;
	height: 280px;
	overflow: hidden;
}

.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;
	clear: both;
    /* We set the width/height explicitly. No width/height causes infinite loops. */
    width: 177px;
    height: 140px;
}

