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


/* Title Asset Controls*/
#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
--------------------------------------*/

.nav {   width: 700px; height:13px;}

.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(http://format.com/static/arrow_black_left.png) no-repeat scroll 4px 0px;
  display:block;
  text-indent: -99999px;
}

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

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

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

/* Asset Sizes */
.asset {   width: 700px; }

/* Image Text Alignment */

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




/* 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 */
.asset.video .youtube_cont {  width: 700px;  height: 421px; }

/* Vimeo Sizes */
.asset.video .vimeo_cont {  width: 700px;  height: 394px; }
