 /* CLIENT SPECIFIC ADDITIONS---*/

 /* These are the small boxes on the home page----*/
.box_small_left,
.box_small_right		{width:246px; float: left;}

.box_small_left {margin-right:8px;}



/* Photo Box - displays grid of photos */

.layout_thumbnails div {float: left; margin: 0px 10px 10px 10px;}
.layout_thumbnails a						{display:block;}
.layout_thumbnails img						{border:solid 1px #666666;margin-bottom:3px;}

#latest_videos .layout_thumbnails { clear: both; } /* Added by BV */
#latest_videos .layout_thumbnails div {margin: 0px 9px 0px 0px}

/* Video player layout */

.video_player {
		background: #e9f3fc url('../../i/video/images/player_tile.jpg') repeat-x center top;
		border: 1px solid #022A62; 
		padding: 7px;
		}

