body {
	background: #bdbfc3 url(../../img/sub_page/sub_page_bg.jpg) repeat-x;
}

/* CONTAINER */

#container{
	width: 1024px;
	margin: 0 auto;
}

/* HEADER */

#container #header{
	height: 90px;
	margin-bottom: 20px;
}

#container #header .logo{
	float: left;
	width: 158px;
	height: 47px;
	margin-left: 50px;
	margin-top: 21px;
}

/* CONTENT */

#content{
	clear: both;
	padding-top: 25px;
	background: Transparent none;
}

#content .wide .attention.media{ 
	width: 500px;
	float:left;
}

#content .wide .laptop{
	background: transparent url(../../img/media/laptop.jpg) no-repeat;
	width: 260px;
	height: 141px;
	float: right; 
	margin: 15px 20px 0 0;
}

#content .wide .laptop img{
	padding-left: 36px;
	padding-top: 7px;
}

#content .wide .txt{
	margin-left: 15px;
}


#content .wide .galleryList div{
	background: url(../../img/media/image_holder.jpg) no-repeat;
	width: 218px;
	height: 158px;
	float: left;
	margin-right: 2px;
	padding-bottom: 10px;
	padding-right: 5px;
}

#content .wide .galleryList img{
	padding-left: 11px;
	padding-top: 12px;
}

#content .wide .galleryPrev{
	background: url(../../img/media/previous_normal.jpg) no-repeat;
	width: 87px;
	height: 25px;
	cursor: pointer;
	float: left;
}

#content .wide .galleryPrev:hover{
	background: url(../../img/media/previous_hover.jpg) no-repeat;
	width: 87px;
	height: 25px;
	cursor: pointer;
}

#content .wide .galleryNext{
	background: url(../../img/media/next_normal.jpg) no-repeat;
	width: 87px;
	height: 25px;
	cursor: pointer;
	float: right;
	margin-right: 10px;
}

#content .wide .galleryNext:hover{
	background: url(../../img/media/next_hover.jpg) no-repeat;
	width: 87px;
	height: 25px;
	cursor: pointer;
}

#galleryNav {float: right; margin-top:-35px; margin-right:16px; z-index: 99;}

	.nav1{background: url(../../img/image-gallery-top-nav-1.jpg) no-repeat;
	width: 90px;
	height: 31px;
	cursor: pointer;
	text-indent:-9999px;
	float: left;}
	
	.nav2{background: url(../../img/image-gallery-top-nav-2.jpg) no-repeat;
	width: 90px;
	height: 31px;
	cursor: pointer;
	text-indent:-9999px;
	float: left;}
	
	.nav3{background: url(../../img/image-gallery-top-nav-3.jpg) no-repeat;
	width: 90px;
	height: 31px;
	cursor: pointer;
	text-indent:-9999px;
	float: left;}
	
#GallerySlide {margin: 0 0 0 2px; padding: 0;}

/* Sponsors */

ul.speakers
{
    float: none;
    clear: both;
    list-style-type: none;
    margin: 0px;
    padding: 0px;
    width: 100%;
    height: 100px;
}

ul.speakers li
{
    text-align: center;
    padding: 0px 10px;
    display: block;
    float: left;
}

ul.speakers li img
{
    margin: 0px auto;
    display: block;
    -moz-border-radius: 3px;
	-khtml-border-radius: 3px;
	-webkit-border-radius: 3px;
	border: solid 1px #cccccc;
}

ul.speakers li a:hover
{
    text-decoration: none;
}

ul.speakers li img:hover
{
    border: solid 1px #444444;
}
