@charset "utf-8";
/* example_3 css */
#community_image_content_wrap {
position: relative; /* important */
overflow: hidden; /* important */
width: 375px; /* important */
height: 320px; /* important */
background: #ffffff;
border:none;
}#community_image_content {
position: absolute;
top: 0;
display:inline;
text-align:center;
list-style: none;
}#community_image_content
#community_image_content li {
list-style: none;
margin: 0;
padding: 0;
border:none;
display:inline;
}#com_image_wrap #community_image_content_wrap ul li {
display:inline;
float: left;
width:375px;
text-align:center;
}
/* Custom Styles */
.com_image {
width:375px;
text-align:center;
margin:auto 0;
height: 320px;
}.com_image_img {
max-width:375px;
width: expression(this.width > 375 ? 375: true);
max-height:320px;
height: expression(this.height > 320 ? 320: true);
vertical-align:top;
}.com_image_holder {
height: 320px; /* important */
width:375px;
display:block;
text-align:center;
}#com_image_float {
padding:3px;
}
/* Video Styles */
.video_wrap {
position:relative;
}.video {
position:absolute;
z-index:110;
float:left;
}.video_close {
top:290px;
position:absolute;
z-index:100;
background:#F0F6FF;
width:350px;
padding:23px 15px;
font-size:18px;
}.video_close a {
text-decoration:none;
color:#003366;
font-variant:small-caps;
}.video_close a:hover {
text-decoration:underline;
color:#660000;
}	
	


