
.mainWindow {
  min-height: 500px;
}

/* BEGIN VIDEO PLAYER */

/* For the jCarousel */

.carousel_wrapper{
  position: relative;
  height: 175px;
}

.prev, .next, .carousel {
  height: inherit;
}

.prev , .next {
  cursor: pointer;
  width: 28px;
  float: left;
}

.prev {
  background: url(../img/jCarouselLeft.gif) no-repeat center center;
}

.next {
  background: url(../img/jCarouselRight.gif) no-repeat center center;
}

.prev:hover {
  background: url(../img/jCarouselLeftHover.gif) no-repeat center center;
}

.next:hover {
  background: url(../img/jCarouselRightHover.gif) no-repeat center center;
}

.carousel {
  background: #F9F9F9 none repeat scroll 0 0;
  border:1px solid #CCC;
  outline-color: white;
  outline-style:none;
  outline-width:medium;
  float: left;
}

#tag_carousel_wrapper {
	clear: both;
	height: 163px;
}

#tag_carousel {
  padding-left: 150px !important; 
  padding-right: -150px !important;
  min-width: 200px;
}

.photolist {
  margin:0 0 20px 10px;
  padding:10px 0 0;
  position:relative;
}

.carousel li img{
  background-color:#FFFFFF;
  height:135px;
  width: 200px;
  margin: 5px;
}

#tag_carousel_wrapper li{
  width: 150px;
  height: 150px;
}

#tag_carousel_wrapper li img{
  background-color:#FFFFFF;
  height: 97px;
  width: 130px;
  margin: 5px;
  margin-bottom: -10px;
  cursor: pointer;
}

.carousel li p {
  color:black;
  font-size:12px;
  line-height:14px;
  margin-left:17px;
  max-width:115px;
  padding:0;
  text-align:left;
}

.carousel li p.title{
  
}


.carousel_wrapper .carousel  {
	text-align: center;
}

#thumbs a {
  font-size: 0px;
  margin: 0px;
  padding: 0px;
}


.youtube {
  width: 425px;
  height: 355px;
  margin-left:12.5px;
  margin-top:10px;
}

.flowplayer{
  float: left;
  border:0 none;
  height:240px;
  width: 300px;
  margin: 10px;
}

.video_block {
  float: left;
  margin: 10px;
  min-height: 400px;
  min-width: 300px;
  width: 900px;
}

.video_block_right {
  float: right;
  margin: 10px;
  min-height: 300px;
  min-width: 200px;
}

.video_details {
  
}

#video_name {
	width: 450px;
}

#video_name , #video_description {
  margin: 5px;
  clear:left;
}

#tags a {
  margin-right: 20px;
  padding: 0;
  text-decoration: none;
  text-transform: lowercase;
  color: #000066;
}

.tags {
  margin: 0;
  padding: 0;
  display: inline;
  float: left;
}

.tags a {
  height: 0px;
  padding: 0;
  margin: 0;
  margin-right: 20px;
  text-decoration: none;
  text-transform: lowercase;
  color: #000066;
}

.tags a:hover{
  text-decoration: underline;
}

.tag_video_control {
float:right;
max-width:500px;
min-width:450px;
width:75%;
margin-top: -15px;
}

.tag_video_control #video_name {
  float: left;
}

.tag_video_control .video_box_wrapper {
  float: right;
  display: inline;
  clear: none;
  max-width: 275px;
  width: 85%;
  min-width: 250px;
  margin: 15px;
  margin-top: 5px;
  margin-right: 25px;
}

.tag_video_control #video_box {
  float:left;
  display: inline;
 clear: none;
 width: 250px;
 height: 200px;
 top: 0px;
}

/*
.loading_video { 
	width: 300px;
	height: 200px;
	z-index: 100;
	background: #FFF url(../img/loading3.gif) no-repeat center center;
	filter:alpha(opacity=50);   /* Internet Explorer       */
	-moz-opacity:0.5;           /* Mozilla 1.6 and below   */
	opacity: 0.5;               /* newer Mozilla and CSS-3 */
}
*/
/* END VIDEO PLAYER */

/* more for the content viewer */

.tag_results
{
  margin: 0;
  padding: 0;
}

.tag_results ul
{
  margin-top: 0;
  margin-left: 5px;
  padding-left: 10px;
}


