* {
	font-family:Arial, Helvetica, sans-serif;
}

a, a:link, a:visited, a:active {
	color: #b70e0e;
	text-decoration: none;
}
a:hover {
}

.title {
	color:#9FF;
	font-weight:bold;
	font-size:11px;
	text-align:center;
}

.title h1 {
	margin:1px 0;
	color:#FC0;
	font-size:11px;
}

/* gallery wrapper */
.startube-wrapper {
	margin: 0 auto;
	overflow: hidden;
}

/* video player */
.startube-player {
	position: relative;
	/*background: #010101;*/
	padding-bottom: 450px;
	height: auto; overflow: hidden;


}
.startube-player iframe {
	display: block;
	margin: 0; padding: 0;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}

/* video title */
.startube-title {
	font-size: 17px;
	line-height: 20px;
}
.startube-title a,
.startube-title a:link,
.startube-title a:visited,
.startube-title a:active {
	color: #404040;
}
.startube-title a:hover {
	color: #b70e0e;
}
.startube-title span {
	color: #b70e0e;
}

/* video details pane */
.startube-details {
	margin-bottom: 5px;
	color: #888888;
}

/* categories list */
ul.star-cats {
	overflow: hidden;
	list-style: none;
	margin: 0 0 5px 0; padding: 2px 5px;
	font-size: 12px;
}
ul.star-cats li {
	list-style: none;
	display: block; float: left;
}
ul.star-cats a {
	display: block;
	padding: 2px 10px;
	color: #757575;
	text-shadow: 0 1px #000000;
}
ul.star-cats a:hover {
	color: #959595;
}
ul.star-cats a.active,
ul.star-cats a.active:hover {
	color: #eaeaea;
}
ul.star-cats {
	background: #010101;
}

ul.star-thumbs {
	clear: both;
	overflow: hidden;
	margin: 0; padding: 0;
}
ul.star-thumbs li {
	float: left;
	padding: 5px;
	width:114px;
	margin-right: 5px;
	margin-bottom: 5px;
	list-style: none;
	color:#FFFFFF;
	background:url(../images/bar-bkgrd.gif) repeat-x top #000;
}
ul.star-thumbs li > a {
	display: block;
}
ul.star-thumbs li > a.thumb:focus {
	outline: none;
}
ul.star-thumbs li.selected > a {
	

}
ul.star-thumbs li.selected > a img {
	border: 2px solid #cc181e;

}
ul.star-thumbs li > a > img {
	border: none;
	display: block;
	width: 110px; height: auto;
}

/* page pagination controls */
.startube-pager.above {
}
.startube-pager.below {
}
.startube-pager {
	width:100%;
	float: left; clear: both;
	overflow: hidden;
	margin: 4px 0 8px 0;
}
.startube-pager a,
.startube-pager span.active,
.startube-pager span.skip {
	font: 11px/13px Verdana, Arial, Helvetica, sans-serif;
	display: block;
	float: left;
	margin-right: 3px;
	padding: 3px 6px;
	margin-bottom: 4px;

    transition: all .2s ease-in-out;
    -webkit-transition: all .2s ease-in-out;
    -moz-transition: all .2s ease-in-out;
}
.startube-pager span.skip {
	padding: 3px 5px;
}
.startube-pager span.active {
	cursor: pointer;
}
.startube-pager a.prev {
}
.startube-pager a.next {
	float:right;
}

/* previous & next video controls */
.startube-controls {
    position: absolute; z-index: 1000;
    left: 10px; bottom: 50px;
}

.startube-controls a {
    display: inline-block;
    margin-right: 2px;
    width: 16px; height: 20px;
    text-indent: -999999px;
    opacity: 0;

    transition: opacity .5s ease-in-out;
    -webkit-transition: opacity .5s ease-in-out;
    -moz-transition: opacity .5s ease-in-out;
}
.startube-controls a.next { background: url(../images/next2.png) no-repeat; }
.startube-controls a.prev { background: url(../images/prev2.png) no-repeat; }

.startube-player:hover .startube-controls a { opacity: 0.3; }
.startube-player:hover .startube-controls a:hover { opacity: 0.6; }
.startube-player:hover .startube-controls a:active { opacity: 1; }

