#content .assets { 
  margin-top: 6px;
}


/* Title Asset Controls*/
.title #asset_title {
  margin:0 0 25px;
}
#asset_title.copy_right {
  overflow: auto;
}

#asset_title.copy_right img {
  float:left;
  width: 70%;
  margin-right: 15px;
}
#asset_title.copy_left{
  overflow: auto;
}

#asset_title.copy_left img{
  width: 70%;
  float:right;
  margin-left: 15px;
}


/* -----------------------------------
Navigation Buttons
--------------------------------------*/

.size_500 .nav  {   width: 500px; }
.size_600 .nav {   width: 600px; }
.size_650 .nav {   width: 650px; }
.size_700 .nav {   width: 700px; height:13px;}
.size_750 .nav {   width: 750px; }

.nav   {  margin-top:0px; margin-bottom:8px; }
.nav a {  padding-right: 4px;}
.nav #num { margin-left: 3px;}

.nav.black_arrow a,
.nav.white_arrow a {
  float:left;
  width: 13px;
  height: 13px;
  padding-left: 4px;
  cursor:pointer!important;
}

.nav.black_arrow .prev {  
  background:transparent url(/images/arrow_black_left.png) no-repeat scroll 4px 0px;
  display:block;
  text-indent: -99999px;
}

.nav.black_arrow .next {  
  background:transparent url(/images/arrow_black_right.png) no-repeat scroll  4px 0px; 
  display:block;
  text-indent: -99999px;
}

.nav.white_arrow .prev {  
  background:transparent url(/images/arrow_white_left.png) no-repeat scroll  4px 0px;
  display:block;
  text-indent: -99999px;
}

.nav.white_arrow .next {  
  background:transparent url(/images/arrow_white_right.png) no-repeat scroll  4px 0px;
  display:block;
  text-indent: -99999px;
}

/* Asset Sizes */
.size_500 .asset {   width: 500px; }
.size_600 .asset {   width: 600px; }
.size_650 .asset {   width: 650px; }
.size_700 .asset {   width: 700px; }
.size_750 .asset {   width: 750px; }

/* Image Text Alignment */
.size_500 .asset.image.copy_left,
.size_500 .asset.image.copy_right {   width: 500px; }

.size_600 .asset.image.copy_left,
.size_600 .asset.image.copy_right {   width: 600px; }

.size_650 .asset.image.copy_left,
.size_650 .asset.image.copy_right {   width: 650px; }

.size_700 .asset.image.copy_left,
.size_700 .asset.image.copy_right {   width: 700px; }

.size_750 .asset.image.copy_left,
.size_750 .asset.image.copy_right {   width: 750px; }



/* Image + Text Asset */
.asset.image.copy_right {
  overflow: auto;
	width: 100%
}

.asset.image.copy_right img {
  float:left;
  width: 70%;
  margin-right: 15px;
}
.asset.image.copy_left {
  overflow: auto;
}

.asset.image.copy_left img {
  width: 70%;
  float:right;
  margin-left: 15px;
}


/* ------------------------------------
Video Sizes
--------------------------------------*/

/* YouTube Sizes */
.size_500 .asset.video .youtube_cont {  width: 500px;  height: 301px; }
.size_600 .asset.video .youtube_cont {  width: 600px;  height: 361px; }
.size_650 .asset.video .youtube_cont {  width: 650px;  height: 391px; }
.size_700 .asset.video .youtube_cont {  width: 700px;  height: 421px; }
.size_750 .asset.video .youtube_cont {  width: 750px;  height: 451px; }

/* Vimeo Sizes */
.size_500 .asset.video .vimeo_cont {  width: 500px;  height: 282px; }
.size_600 .asset.video .vimeo_cont {  width: 600px;  height: 338px; }
.size_650 .asset.video .vimeo_cont {  width: 650px;  height: 366px; }
.size_700 .asset.video .vimeo_cont {  width: 700px;  height: 394px; }
.size_750 .asset.video .vimeo_cont {  width: 750px;  height: 423px; }
