
#page-container {
	width:1000px;
	margin:auto;
	padding:0px;
}

#sidebar-right {
    float:right;
	width:160px;
	padding:0px 5px 0px 0px;
}

#content_up {
	width:816px;
	padding:0px 0px 0px 5px;
}

#content_up_left {
	float:left;
    width:500px;
}

#content_up_right {
	width:300px;
	float:right;
}

#content_down 
{
   clear:left;
	margin-right:180px;

}

#footer {
	padding-top:30px;
	clear:both;

}

/* PHOTOSTORIES CAROUSEL */

#carousel_container {
padding-top: 5px;
height:202px;
}

#carousel_inner {
position:relative;
float:left; /* important for inline positioning */
overflow:hidden;  /* important (hide the items outside the div) */
width:794px; /* important (this width = width of list item(including margin) * items shown */ 
height:202px;
background-color:#ffffff;
}

#carousel_ul {
font-family:Verdana, Arial, sans-serif;
position:relative;
left:0px; /* important (this should be negative number of list items width(including margin) */
list-style-type: none; /* removing the default styling for unordered list items */
margin: 0px;
padding: 0px;
width:9999px; /* important */
}

#carousel_ul a {text-decoration:none}

#carousel_ul li{
float: left; /* important for inline positioning of the list items */                                    
width:230px;  /* fixed width, important */
padding:0px;
height:202px;
margin:0px 5px 6px 5px;
}

#carousel_ul li img {
border:0px;
border:1px solid #cccccc;
}

#left_scroll, #right_scroll{
float:left; 
height:202px; 
width:8px; 
}
#left_scroll img, #right_scroll img{
border:0;
}

#description {
font-family:Verdana, Arial, sans-serif;
color:#0d952a;
font-size:14px;
font-weight:bold;
text-decoration:none;
padding:6px
}

#description-wind {
font-family:Verdana, Arial, sans-serif;
color:#ffffff;
font-size:14px;
font-weight:bold;
text-decoration:none;
padding:6px
}


.e3_infobox_titlo {font-family:Verdana, Arial, sans-serif; color:#ffffff; font-size:16px; font-weight:bold; border-bottom:1px solid #ffffff; padding: 4px 0px 4px 6px; margin-bottom:1px;}
.e3_infobox_titlo a {text-decoration:none; color:#ffffff; }
.e3_infobox_titlo a:hover {	text-decoration:none;}

.e3_infobox_content{ margin-top:1px; padding:6px 6px 16px 6px; background-color:#000000}


.box300list { list-style-type: none; padding:0px; margin:0px; font-family:Verdana, Arial, sans-serif; color:#ffffff; font-size:12px; text-decoration: none;}
.box300list li{ border-bottom: 1px dotted #AFAFAF; cursor: pointer; color:#ffffff; text-decoration:none}
.box300list li a{ display:block; color:#ffffff; padding: 4px 0px 4px 2px; .padding: 2px 0px 2px 2px; text-decoration:none }
.box300list li a:hover{ background-color:#ffebf0; color: #0d952a; text-decoration:none; }

.previous{font-family:Verdana, Arial, sans-serif; color:#9b9b9b; font-size:10px; text-decoration:none; background:url('/digital/specials/e3_2010/images/left_arrow_grey.png') no-repeat scroll 5% 60%; padding:2px 0px 2px 20px; }
.previous:hover{color:#0d952a; text-decoration:none; background:url('/digital/specials/e3_2010/images/left_arrow_green.png') no-repeat scroll 5% 60%; padding:2px 0px 2px 20px; }
.next{font-family:Verdana, Arial, sans-serif; color:#9b9b9b; font-size:10px; text-decoration:none; background:url('/digital/specials/e3_2010/images/right_arrow_grey.png') no-repeat scroll 100% 60%; padding:2px 20px 2px 0px; }
.next:hover{color:#0d952a; text-decoration:none; background:url('/digital/specials/e3_2010/images/right_arrow_green.png') no-repeat scroll 100% 60%; padding:2px 20px 2px 0px; }

.smalltext { font-size: 10px; color: rgb(0, 0, 0); font-weight: normal;}

#a{float:left}
#b{float:right} 


