html{
	background: #677bb1 url(../images/html_background.png) 0 0 repeat-x;
}
body{
	font-family: Verdana, Tahoma, Geneva, sans-serif;
	font-size: 11px;
}
.clear{
	clear: both;
}
.container_16{
	background: #f3f1f2;
}

#content{
	min-height: 400px;
}

ul,
ol{
	
}
ul li,
ol li{
	color:  #FFFFFF;
}

ol.alpha{
	list-style: lower-alpha;
}

/* @group Header */
#header{
	background: transparent url(../images/header_background.png) 0 0 no-repeat;
	height: 155px;
	margin:0;
	width: 960px;
}

#header img.logo{
	float:left;
	width: 745px;
display: block;
}

#header .wad_logo{
	float:right;
	padding-right:25px;
	padding-top: 30px;
	width: 115px;
}

#header .navigation{
	float:left;
	/*width: 650px;*/
}

#header .navigation ul{
	list-style-type: none;
	margin: 3px 0 0 5px;
}
#header .navigation ul li{
	background: transparent url(../images/navigation_background_left.png) 0 0 no-repeat;
	float:left;
	height: 27px;
	margin: 0 2px 0 0;
}
#header .navigation ul li a{
	background: transparent url(../images/navigation_background_right.png) 100% 100% no-repeat;
	color: #FFFFFF;
	display:block;
	height:27px;
	line-height: 2;
	margin-left:9px;
	padding-right: 9px;
	text-decoration: none;
	font-size: 12px;
	font-weight: bold;
	
}

#header .navigation ul li a img
{
	vertical-align:text-top;
	padding-top: 3px;
}

#header #language_select{
	float:right;
	padding-right:20px;
	padding-top: 5px;
	width:230px;
		position: relative;
		z-index: 99;
}

#header #language_select label{
	color: #FFFFFF;
	display: block;
	float:  left;

	text-align: right;
	width: 130px;

}


/* @group Navigation */
#header .navigation ul li{
	position: relative;
}

#header .navigation ul li ul.dropdown{
	background:#587FAF none repeat scroll 0 0;
	border-color:-moz-use-text-color #003C85 #003C85;
	border-style:none solid solid;
	border-width:0 2px 2px;
	display:none;
	left:-5px;
	position:absolute;
	top:24px;
	width:180px;
	z-index:100;
	
}

#header .navigation ul li:hover ul.dropdown{
	display: block;
	
}

#header .navigation ul li ul.dropdown li,
#header .navigation ul li ul.dropdown li a{
	background: transparent;
	height: auto;
	font-size: 10px;
	font-weight: normal;
	margin: 0;
	padding: 0;
}
#header .navigation ul li ul.dropdown li{
	border-top:1px solid #003C85;
	display:block;
	float:left;

	padding: 3px 5px 3px 5px;
	width:170px;
}
#header .navigation ul li#nav_unions ul.dropdown{
	width: 230px;
}
#header .navigation ul li#nav_unions ul.dropdown li{
	width: 220px;
}

#header .navigation ul li#nav_players ul.dropdown{
	width:  200px;
}
#header .navigation ul li#nav_players ul.dropdown li{
	width: 190px;
}


#header .navigation ul li#nav_regulations ul.dropdown{
	width: 310px;
}
#header .navigation ul li#nav_regulations ul.dropdown li{
	width: 300px;
}

#header .navigation ul li ul.dropdown li:hover{
	background: #003C85;
}

#header .navigation ul li ul.dropdown li ul{
  display: none;
  position: absolute; 
  top: -4px;
  left: 177px;
  background: #587FAF;


 }

	
 
#header .navigation ul li ul.dropdown li ul li{
  border:1px solid #003C85;
 }
 
#header .navigation ul li ul.dropdown li:hover ul{ 
	display: block; 
}

 
 
#header .navigation ul li#nav_players ul.dropdown li ul{
  left: 195px;
  width:  242px;
}
#header .navigation ul li#nav_players ul.dropdown li ul li{
	width:  230px;	
}
/* @end */

/* @group Language Select Box */


.selectbox {
-moz-background-clip:border;
-moz-background-inline-policy:continuous;
-moz-background-origin:padding;
background:transparent url(../images/bg_select.png) repeat scroll right center;
border:1px solid #00B15A;
color:#333333;
cursor:pointer;
display:block;
float:right;
font-family:Verdana,Geneva,Arial,Helvetica,sans-serif;
font-size:0.8em;
margin:0 5px 10px 0;
padding-left:2px;
text-align:left;
width:10em;
}

div.selectbox-wrapper {
background-color:white;
border:1px solid #CCCCCC;
font-size:0.8em;
margin:17px 0 0;
max-height:200px;
overflow:auto;
padding:0;
position:absolute;
right:25px;
text-align:left;
width:400px;
}

div.selectbox-wrapper ul {
-moz-background-clip:border;
-moz-background-inline-policy:continuous;
-moz-background-origin:padding;
background:#FFFFFF none repeat scroll 0 0;
list-style-type:none;
margin:0;
padding:0;
}

div.selectbox-wrapper ul li.selected {
background-color:#EAF2FB;
}

div.selectbox-wrapper ul li {
color:#000000;
cursor:pointer;
display:block;
list-style-type:none;
margin:0;
padding:2px;
}


/* @end */

/* @end */

/* @group Footer */

#footer{
	background: transparent url('../images/footer_background.png') 0 0 no-repeat;
	height: 75px;
	margin: 0;
	width: 960px;
}

#footer .logo{
	float: left;
	width: 319px;
}

#footer .wada{
	float: right;
	width: 85px;
}

#footer ul,
#footer ul li{
	list-style-type: none;
	margin: 0;
}

#footer ul{
	float:left;
	padding:50px 10px 0;
	text-align:center;
	width:620px;
}

#footer ul li{
	float:left;
	border-right: 1px solid #FFFFFF;
}

#footer ul li.last{
	border: 0;
}

#footer ul li,
#footer ul li a{
	color: #FFFFFF;
	display: block;
	font-weight: bold;
	text-decoration: none;
	padding: 0 5px;
}
#footer ul li{
	font-size:  0.8em;
}

/* @end */

#recent_news,
#ambassador_box{
	margin-top: 10px;
	margin-bottom: 10px;
}

#recent_news .content,
#ambassador_box .content{
padding: 10px 5px;
}

#recent_news .content{
	height:375px;
	padding:10px;;
}
#recent_news img{
	border:2px solid #B6B5B4;
	float:left;
	width:216px;
}
#recent_news ul{
	float:left;
	list-style-type: none	;
	margin: 0;
	width: 220px;
}

#recent_news ul li{
	background: #AFAFAD;
	height: 65px;
	margin-bottom: 5px;
	margin-left: 0px;
	padding: 15px;
}

#recent_news ul li a{
	color:#FFFFFF;
	display:block;
	font-size:16px;
	font-weight:bold;
	line-height:22px;
	text-decoration:none;
	width:190px;
}

.container_16 .box{
	background: #FFFFFF;
	border: 1px solid #afafad;
	padding: 5px;
	width:208px;
	margin-bottom: 10px;
	height: 140px;
}



.container_16 .box  h3{
	background:#003b85;
	color: #FFFFFF;
	font-size:1.2em;
	height: 50px;
	line-height:1.2;
	margin: 0;
	padding: 5px;
	
}
.container_16 .box h3 a{
	color:  #FFFFFF;
	font-weight: bold;
	text-decoration: none;
}

.container_16 .box .content{
	background: #e5ebf3;
	color: #000000;
	margin:0;
	padding: 0 5px 0 5px;
	height: 80px;

}

.es .container_16 .box{
	height: 180px;
}
.fr .container_16 .box{
	height: 180px;
}
.es .container_16 .box .content{
	height: 120px;
}
.fr .container_16 .box .content{
	height: 120px;	
}

.container_16 .grid_4 p{
	float:left;
	font-size:0.9em;
	margin: 0;
}

.box .content,
.box .content ul li{
	color: #000000;
}
.box .content a{
	color:  #000000;
	font-weight: bold;
}
/* @group TabbedBox */


.tabbedbox{
	background:#787875;
	margin-bottom:10px;
	margin-top:10px;
}
.tabbedbox h3 {
	background:transparent url(../images/box_dark_header_left.png) no-repeat scroll left top;
	height:26px;
	margin:0;
	padding-left:5px;
}

.tabbedbox h3 a{
	background:transparent url(../images/box_dark_header_right.png) no-repeat scroll right top;
	color:#FFFFFF;
	font-size:0.8em;
	padding:7px 10px 0 5px;
	text-decoration:none;
}

.tabbedbox .content{
	padding: 10px;
}
.tabbedbox .content h2{
	color: #FFFFFF
}

.tabbedbox .content h4{
	background: #AFAFAD;
	color:#FFFFFF;
	font-size:1em;
	padding:5px;
}

.tabbedbox .content a{
	color:  #FFFFFF;
}

.tabbedbox h4,
.tabbedbox p{
	color: #FFFFFF;
	margin-bottom: 0;
	line-height: 1.3;
	padding-bottom: 10px;
	text-align: left;
}
.light{
	background: #AFAFAD;
	float:  right;
}
.light h3{
	background:transparent url(../images/box_light_header_left.png) no-repeat scroll left top;
}
.light h3 a{
	background:transparent url(../images/box_light_header_right.png)  no-repeat scroll right top;
}
.light .content h4{
	background-color: #787875;
}

.blue h3,
.mixed h3{
	background:transparent url(../images/box_blue_header_left.png) no-repeat scroll left top;
}
.blue h3 a,
.mixed h3 a{
	background:transparent url(../images/box_blue_header_right.png)  no-repeat scroll right top;
}
.blue .content h4{
	background-color: #787875;
}

.blue{
	background: #AFAFAD;
	float:  right;
}

.mixed{
	background: transparent url(../images/tabbedbox_mixed_background.png) 0 0 repeat-y;
}

.mixed{
	border-bottom:  1px solid #afafad;

}
.mixed .content{
	padding-bottom:  5px;
}
.mixed .content p,
.mixed .content ul li,
.mixed .content ol,
.mixed .content ol li{
	color:  #000000;
}

.mixed .content ul{
	margin-top: 10px;
}
.mixed .content ul li{
	list-style-type: none;
}
.bullet .content ul li{
	list-style-type: disc;
}

.mixed .content h4{
	background:  #AFAFAD;
	text-decoration: none;
}

.mixed .content a{
	color: #3865A7;
	font-weight: bold;
}

.mixed .content li a{
	display: block;
	padding-bottom: 5px;
}

/* @group Header */

.tabbedbox .header{
	background: #003C85;
	height: 100px;
}

.tabbedbox .header h2,
.tabbedbox .header p{
	background:transparent none repeat scroll 0 0;
	color:#FFFFFF;
	display:block;
	margin:0;
	padding:5px 900px 5px 10px;
	text-align:left;
	width:450px;
}

.tabbedbox .header p a{
	color: #FFFFFF;
}
.tabbedbox .header h2{
	padding-bottom: 0;
	margin: 0;
	line-height: 1;
	padding-top: 20px;
}

.long{
	min-height: 1000px;
}
/* @end */


	/* @group List */
	
	ul.large{
		margin-top:  10px;
	}
	.tabbedbox ul.large li{
		list-style-image:none;
		list-style-position:outside;
		list-style-type:none;
		margin:0 10px 10px 10px;
		color: #FFFFFF;
	}
	
	.tabbedbox ul.large li:hover,
	.tabbedbox ul.large li.hover{
		cursor: pointer;
	}
		
	.tabbedbox ul.large li a{
		color: #FFFFFF;
		display: block;
		text-decoration: none;
	}
	
	.tabbedbox ul.large li img{
		display:block;
		float:left;
	}
	.tabbedbox ul.large li h4,
	.tabbedbox ul.large li div.meta{
		float:left;
		line-height:1;
		margin:0;
		padding:0 10px;
		width:340px;
	}
	.tabbedbox ul.large li h4{
		padding-top: 20px;
	}
	
	.tabbedbox ul.large li{
		background: #949494;
	}
	
	.tabbedbox ul.large li:hover,
	.tabbedbox ul.large li.hover{
		background: #AFAFAD;
	}
	
	.light ul.large li{
		background: #787875;
	}
	.light ul.large li:hover,
	.light ul.large li.hover{
		background: #a4a4a4;
	}
	
	
	
	/* @end */


/* @end */

/* @group Links */

	a.iconned{
		display: block;
		padding-left: 20px;
	}
	a.page{
		background:  transparent url(../images/icons/page_white.png) 0 0 no-repeat;
	}
	a.pdf{
		background:  transparent url(../images/icons/page_white_acrobat.png) 0 0 no-repeat;
	}
	a.add{
		background:  transparent url(../images/icons/add.png) 0 0 no-repeat;
	}
	
	

/* @end */



#box_quiz img,
#box_players img{
	float: right;
}

#box_winners p,
#box_adams .content p{

	width: 200px;
}
#box_adams .content{

}
#box_adams .content img{
	padding-top: 5px;

}




/* @group Page Specific - Index */
#index #box_links{
	width: 930px;
}
#index #box_links ul{
	float: left;
	width: 450px;
}
#index #box_links ul.second{
	margin-left: 20px;
}
/* @end */

/* @group Page Specific - News */
#news #recent_news{
	height: 855px;
}


#news #recent_article h2{
	font-size: 32px;
	line-height: 1.4;
	color: #FFFFFF;
}
#news #article_image{
	float:right;
	width: 220px;
	padding: 0 0 0 20px;
}

#news #article_image img{
	display: block;
}
#news #article_image p.article_caption{
	display:block;
	font-size:0.8em;
	font-style:italic;
	font-weight:bold;
	text-align:center;
}

#news #recent_news ul {
	width:440px;
}

#brief_news_box .article_summary p a{
	text-decoration: none;
}
/* @end */

/* @group Page Specific - Ambassadors */
#ambassadors #ambassador_box_long{
	float: left;
}

#ambassadors #ambassador_box_long .header{
	background: #003C85 url('../images/ambassador_header_background.png') top right no-repeat;
}

#ambassadors #ambassador_box_long .header h2,
#ambassadors #ambassador_box_long .header p{
	padding:5px 90px 5px 10px;
	text-align:left;
	width:360px;
}

#ambassadors #ambassador_box_long .header h2{
	font-size:2.4em;
	margin:0;
	padding-bottom:0;
	padding-top:25px;
	line-height: 1;
}

#ambassadors #ambassador_box_long .header p{
	padding-top:  0;
}

#ambassadors #ambassador_box_long .content{
	padding: 10px 20px;
}
#ambassador_list #ambassador_box_long ul{
	margin-top:10px;
}
#ambassadors #ambassador_box_long .stat_odd,
#ambassadors #ambassador_box_long .stat_even{
	color:#FFFFFF;
	font-weight:bold;
	margin-bottom:5px;
	padding:5px 0;
}
#ambassadors #ambassador_box_long .stat_odd{
	background: #003b85;
}
#ambassadors #ambassador_box_long .stat_even{
	background: #466995;
}
#ambassadors #ambassador_box_long label{
	display:block;
	float:left;
	padding-right:10px;
	text-align:right;
	width:125px;
	font-weight: normal;
}

#ambassadors #ambassador_box_long .intro{
	background:#91908E none repeat scroll 0 0;
	padding:10px 10px 0 10px;
	margin:10px;
}



/* @end */

/* @group Page Specific - News */

#news #recent_news ul  li{
	height:80px;
	margin-bottom:10px;
	margin-left:0;
	padding:0;
}
#news #recent_news ul  li h4 a,
#news #recent_news ul  li div.meta{
	color: #FFFFFF;
	float:left;
	line-height:1;
	margin:0;
	padding:0 10px;
	width:340px;
}
#news #recent_news ul  li h4 a{
	padding-top: 20px;
}
#news #recent_news ul  li:hover,
#news #recent_news ul  li.hover{
	background: #B6B5B4;
	cursor: pointer;
	color: #FFFFFF;
}

#news #recent_news ul li img{
	display:block;
	float:left;
	width: 80px;
	height: 80px;
	border: 0;
}

#news #recent_news .content  h2{
	color:#FFFFFF;
	display:block;
	height:auto;
	padding:10px 0 20px;
	width:auto;
}

#recent_news h2 img {
	width: auto;
}

#news_box ul.large li h4{
	padding-top: 10px;
}
#news_box ul.large li .meta{
	padding-bottom: 10px;
	padding-top: 5px;
}
#news_box ul.large li .meta p{
	font-size:11px;
	line-height:1.4;
	padding-bottom:0;
	padding-top:10px;
}
/* @end */

/* @group Page Specific - Pages */

#pages #page_box .content h4{
	margin-top:  10px;
}
#pages #page_box .content p{
	padding:  5px;	
}
/* @end */




/* @group Page Specific - Players */
#players .tabbedbox{
}
#players .tabbedbox ul{
	list-style-type: none;
}
#players .tabbedbox ul li{
	padding: 0 0 5px 0;
}

#players #players_box .content ul{
	margin:  10px 0 15px 0;
}
#players #players_box .content ul li{
	color:  #FFFFFF;
	font-weight: bold;
	list-style-type: none;
}
#players #players_box .content ul li a{
	font-weight: normal;
	text-decoration: none;
}
/* @end */

/* @group Page Specific - Pages */

#pages .tabbedbox{
}

#pages #page_box .content table{
	border: 1px solid #AFAFAD;
	width:  440px;
}
#pages #page_box .content table thead,
#pages #page_box .content table thead td{
	background-color: #003C85;	
}
#pages #page_box .content table tr{
	
}
#pages #page_box .content table td{
	background: #9e9e9e;
	border: 1px solid #AFAFAD;
	color:  #FFFFFF;
	padding: 0 3px;
	
}
#pages img.illustration{
	float: left;
	margin: 10px 10px 10px 0;
}
/* @end */

/* @group Page Specific - Regulations */
#regulations #regulations_box .content ul{
	margin:  10px 0 15px 0;
}
#regulations #regulations_box .content ul li{
	list-style-type: none;
}
/* @end */

/* @group Page Specific - Resources */
#resources .intro{
	background:#AFAFAD none repeat scroll 0 0;
	color: #FFFFFF;
	padding:10px 10px 0 10px;
	margin:10px 0;
}
#resources .intro p {
	color: #FFF;
}

#resources #content ul.singleline li{
	float: left;
	margin-top: 10px;
	margin-bottom:20px;
	
}
/* @end */
/* @group Page Specific - Reports */

#reports .tabbedbox{

}
#reports #reports_box .content ul{
	margin:  10px 0 15px 0;
}
#reports #reports_box .content ul li{
	list-style-type: none;
}

/* @end */

/* @group Page Specific - Cases */


#cases .content table{
	border: 1px solid #AFAFAD;
	width:  440px;
}
#cases .content table thead,
#cases .content table thead td{
	background-color: #003C85;	
}
#cases .content table tr{
	border-top:  2px solid #003C85;
}
#cases .content table td{
	background: #9e9e9e;
	border: 1px solid #AFAFAD;
	
	color:  #FFFFFF;
	padding: 5px 3px;
	
}

#cases .content table tr.case_reports{
	border: 0;	
}

#cases .content table tr.case_reports td{
	background-color: #dedede;
	color: #000000;	
}

#cases .content table tr.case_reports td a{
	color: #000000;
	font-weight: bold;
}




/* @end */


/* @group Box Specifix - Brief News */

#brief_news_box{
	height: 422px;
	overflow: none;
}
#brief_news_box .content #article_image{
	border: 3px solid #B6B5B4;
	float: left;
	width: 214px;
	height: 290px;
}
#brief_news_box ul.large{
	float: left;
	margin: 0;
	width:  220px;
}

#brief_news_box ul.large li{
	height: 82px;
	margin: 0 0 5px 0;
}


#brief_news_box ul.large li.more{
	height: 35px;
}

#brief_news_box ul.large li{
	background-color: #91908e;
	margin-left: 5px;
}
#brief_news_box ul.large li:hover,
#brief_news_box ul.large li.hover{
	background-color: #A4A4A4;	
}

#brief_news_box ul.large li.selected{
	background-color: #B6B5B4;
	margin-left: 0;
}
#brief_news_box ul.large li.selected a{
	padding-left: 15px;
}

#brief_news_box ul.large li a{
	font-size:1.1em;
	font-weight:bold;
	line-height:1.2;
	padding:5px 10px 0;
}

#brief_news_box ul.large .article_meta{
	margin-left: 10px;
	font-size:  0.8em;
}

#brief_news_box ul.large li.selected .article_meta{
	margin-left: 15px;
}
#brief_news_box ul.large li.selected .article_meta a{
	padding: 0;
}
#brief_news_box ul.large .article_meta a{
	display:inline;
	font-weight:normal;
	line-height:1;
	padding:0;
}
#brief_news_box .article_summary h5{
	background: transparent;
	color: #FFFFFF;
	padding: 0;
	line-height: 1;
	margin-bottom: 0;

}

#brief_news_box .article_summary p{
	
}

#brief_news_box .article_summary h5 a{
	background: transparent;
	font-size: 20px;	
	padding: 0;
	text-decoration: none;
}

#brief_news_box .article_summary{
	display: none;
}
#brief_news_box div.selected{
	display: block;
}
/* @end */

/* @group Box Specific - Links */

.container_16 #box_links{
	height: auto;
	width:  448px;
}

.container_16 #box_links .content{
	height:  auto;
	padding-top: 5px;
}

.grid_8 ul.links{
margin-bottom: 0;
}
#box_links ul li{
	margin: 0 0 0 0;
	list-style-type: none
}
#box_links ul li a{
	color: #000000;
	display: block;
	padding: 0 5px 5px 5px;
}
/* @end */




/* @group Box Specific - Real Winer */

#box_winners #watch_preview{
display:block;
position:absolute;
right:10px;
top:10px;
}

#box_winners h3{
	padding-right:  110px;
}
#box_winners #watch_preview img{
	width: 100px
}

#box_winners .content p{
	padding-top:  30px;
}
/* @end */

/* @group Box Specific - Players */

#box_players .content ul,
#box_players .content ul li{
	margin:  0;
	padding: 0;
	list-style-type: none;
	width: 125px;
	font-weight:  normal;
}
#box_players .content ul{
	float:  left;
}
#box_players .content ul li a{
	font-size: 0.8em;
}
#box_players .content p{
	padding-top:  30px;
}

.box .content img{
display:block;
position:absolute;
right:10px;
top:10px;
}
/* @end */



/* @group Box Specific - Resources */

#box_resources .content ul,
#box_resources .content ul li,
#box_prohibited_list .content ul,
#box_prohibited_list .content ul li{
	margin:  0;
	padding: 0;
	list-style-type: none;
	
	font-weight:  normal;
	padding-top:  7px;
}

#box_resources .content ul,
#box_prohibited_list .content ul{
	float:  left;
}

#box_resources .content p,
#box_therapeutic_use .content p{
	padding-top:  11px;
}

#box_prohibited_list .content p{
	padding-top:  10px;
}
#box_prohibited_list h3 a{
	display:block;
}
#box_therapeutic_use h3 a{
display:block;

}
/* @end */


#header .navigation ul li#nav_admin {
	background:transparent url(../images/admin_navigation_background_left.png) no-repeat scroll 0 0;
}

#header .navigation ul li#nav_admin a {
	background:transparent url(../images/admin_navigation_background_right.png) no-repeat scroll 100% 100%;
}

#reports .mixed .header,
#regulations .mixed .header,
#resources .mixed .header,
#unions .mixed .header{
	height: 10px;
}

#box_links ul li a#link_8{
	background: transparent url(../images/wada_link.gif) no-repeat 0 0;
	padding-left:120px;
	padding-top:27px;
	text-indent:  -5000px;
	outline:  none;
}

#box_links ul li a#link_3{
	background: transparent url(../images/adams_link.png) no-repeat 5px 0;
	padding-left:120px;
	padding-top: 5px;
	text-indent:  -5000px;
	outline:  none;
	margin-top:12px;
}

a#next_page,
a#previous_page{
	background:#949494;
	color:  #FFFFFF;
	display: block;
	width: 100px;
	padding: 5px;
	margin:  0 10px;
	text-decoration: none;
	text-align: center;
}
a#next_page{
	float: right;
}
a#previous_page{
	float: left;
}
a#next_page:hover,
a#previous_page:hover{
	background: #AFAFAD;
}

#irb_bar{
	height: 20px;
	background: transparent;
}

#irb_bar,
#irb_bar a{
	color: #C6C5C5;
}
#irb_bar a{
	font-weight: bold
}

.embedded_image {
	display:block;
	position:absolute;
	right:10px;
	top:10px;
}

#prohibited_link{
	width:  130px;
}

#therapeutic_use_link{
	width:  130px;
}

.ambposter {
height: 45px;
margin-left: 20px;
margin-top: 10px;
margin-bottom: 0px;
}

.ambposter p {
padding-top: 20px;
color: black;
font-weight: bold;
text-decoration: underline;
}

.ambposter img {
float:left;
margin-bottom: 0px;
padding-right: 15px;
}
