@charset "utf-8";
/* CSS Document */
/*********************************************************************************
	Project		:	Dan Witz - Selected Works
	Copyright	:	Design - Way Out Of Line - www.wayoutofline.net
**********************************************************************************/

/*#### LAYOUT ###################################################################*/

div.vid_teaser_container_2{
	width:343px;
	height:262px;
	float:left;
	border:1px #FFF solid;
	background-color:#222;
	margin-bottom:17px;
	}
div.vid_teaser_img_2{
	width:343px;
	height:262px;
	float:left;
	overflow:hidden;
	cursor:pointer;
	}
div.vid_teaser_img_2 img{
	width:343px;
	height:262px;
	}
div.vid_teaser_play_2{
	position:relative;
	width:231px;
	height:90px;
	margin-top:-174px;
	margin-left:0px;
	background:#3C6;
	background:url(../../img/layout/utube2.png) 100% 0 no-repeat;
	cursor:pointer;
	}
div.vid_teaser_play_2:hover{
	background:url(../../img/layout/utube2.png) 100% -90px no-repeat;
	}
    
    
div.vid_teaser_container_4{
	width:343px;
	float:left;
	border:1px #FFF solid;
	background-color:#222;
	margin-bottom:8px;
	}
div.vid_teaser_img_4{
	width:343px;
	height:232px;
	float:left;
	overflow:hidden;
	cursor:pointer;
	}
div.vid_teaser_img_4 img{
	width:343px;
	}
div.vid_teaser_play_4{
	position:relative;
	width:231px;
	height:90px;
	margin-top:-159px;
	margin-left:0px;
	background:#3C6;
	background:url(../../img/layout/utube2.png) 100% 0 no-repeat;
	cursor:pointer;
	}
div.vid_teaser_play_4:hover{
	background:url(../../img/layout/utube2.png) 100% -90px no-repeat;
	}

/*###############################################################################*/



