/* @group General Styles */

body {
	margin: 0;
	padding: 0;
	background: url(images/container_top_grad.png) repeat-x left 120px;
	font: 0.80em/1.6 Arial, "Lucida Grande", Lucida, Verdana, sans-serif;

}

body.popup {
background:#ffffff;
padding:0;
margin:0;
}

p {
	margin: 0 0 15px;
}

b, strong {

}

a:link, a:visited {

}

a:hover, a:active {

}

img {
	border:0;
}

.image-left {
	float: left;
	margin: 3px 20px 5px 0;
}

.image-right {
	float: right;
	margin: 3px 0 3px 10px;
}
	
/* @end */

/* @group Layout */

#bar {
	height: 119px;
	border-bottom: 1px solid #fff;
	position: absolute;
	left: 0;
	top: 0;
	width: 100%;
	background-image: url(images/sf.jpg);
	background-repeat: repeat-x;
}


#container {
	width: 914px;
	margin: 0 auto;
	background: url(images/content_top.gif) no-repeat left 227px;
	padding-top: 30px;
}

.clearer {
	clear: both;
}

.centerColumn {
padding: 0 15px 0 15px;
}
	

#pageHeader {
	height: 197px;
	position: relative;
	text-align: center;
	line-height: normal;
}

#popupHeader #background {
	position: absolute;
	left: 0;
	top: 0;
	z-index: 1;
}

#pageHeader #background {
	position: absolute;
	left: 0;
	top: 0;
	z-index: 1;
}

/* @group Overlay */

#pageHeader #overlay_swirls {
	display: block;
	position: absolute;
	left: 0;
	top: 0;
}



/* @end */

#pageHeader #logo {
	position: absolute;
	top: 0px;
	left: 0px;
	width: 100%;
	height: 100%;
	z-index:3;
}
#pageHeader #logo img {
	display: block;

	float: left;
	margin: 35px 0 0 30px;
	width:240px;
	height:100px;
}

#pageHeader #title {
	background-image: url(images/header-bg.png) ;
	position: absolute;
	left: 7px;
	top: 46px;
	z-index: 2;
	width: 900px;
	height: 150px;
	font-size: .8em;
}
#popupHeader {
	height: 50px;
	border-bottom:1px solid #cccccc;
	padding:10px;
}
#popupHeader #logo img {
	margin: 0;
	width:120px;
	height:50px;
}


#pageHeader h1 {
	position: relative;
	z-index: 2;
	margin: 50px 0 0;
	color: #fff;
}

#pageHeader h2 {
	position: relative;
	z-index: 2;
	margin: 0;
	color: #fff;
}

#contentContainer {
	width: 659px;
	background-image: url(images/content_sep.png) ;
	background-repeat: no-repeat;
	margin-bottom: 20px;
	margin-top:10px;
}

#content {
	padding: 10px 30px;
}



.contentSpacer {
	height:350px;
	float:right;
	width:1px;
}

#footer {
	color: #fff;
/*	height: 70px;*/
	text-align: center;
}

#footer p {
	padding-top: 15px;
	margin: 0;

}

#footer a:link, #footer a:visited {
	/*font-weight: bold;*/
	text-decoration: none;
	text-shadow: none;
	/*color: #fff;*/
}

#footer a:hover, #footer a:active {
	color: #fff;
}
	
/* @end */

/* @group Bread-crumb */

#breadcrumbcontainer {
	padding-left: 15px;
	font-size:0.9em;
	position:relative;
}

#breadcrumbcontainer ul {
	padding: 0;
	margin: 0;
	list-style-type: none;
}

#breadcrumbcontainer li {
	display: inline;
}

#breadcrumbcontainer a {
	/*text-decoration: underline;*/
}

#breadcrumbcontainer a:hover {
}
	
/* @end */

/* @group Global Classes */

blockquote, .standout {
	font-style: italic;
	margin: 0;
	font-size: 1.2em;
}

h1 {
	font-size: 1.8em;
	font-weight: normal;
	margin: 0 0 5px;
	letter-spacing: -1px;
}

h2 {
	font-size: 1.6em;
	font-weight: normal;
	margin: 0 0 5px;
	letter-spacing: -1px;
}
h2.centerBoxHeading {
	font-size: 1.8em;
	margin 0;
  }

h3 {
	font-size: 1.4em;
	font-weight: normal;
	margin: 0 0 5px;
	letter-spacing: -1px;
}

h4 {
	font-size: 1.2em;
	font-weight: normal;
	margin: 0 0 5px;
	letter-spacing: -1px;
}

.imageStyle {

}

/* Main content area unordered list styles */
#contentContainer #content ul {
}

#contentContainer #content li {
}

ul.disc {
	list-style-type: disc;
}

ul.circle {
	list-style-type: circle;
}

ul.square {
	list-style-type: square;
}

ol.arabic-numbers {
	list-style-type: decimal;
}

ol.upper-alpha {
	list-style-type: upper-alpha;
}

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

ol.upper-roman {
	list-style-type: upper-roman;
}

ol.lower-roman {
	list-style-type: lower-roman;
}
/* Sidebar area unordered list styles */

/* Table Styles */
table {
	font-size: 1em;
}
/* @end */

/* @group Toolbar */

#navcontainer {
	height: 40px;
	position: relative;
	z-index: 3;
	padding: 0 20px;
}

#navcontainer #current {
	background: url(images/button_over.gif) no-repeat center 4px;
}

#navcontainer #current:hover {
}

#navcontainer .currentAncestor {
	background: url(images/button_over.gif) no-repeat center 4px;
}

/* Parent - Level 0 */

#navcontainer ul{
	list-style: none;
	margin: 0;
	padding: 0;
	z-index: 7;
}

#navcontainer li {
	position: relative;
	display: inline;
	float: left;
}

#navcontainer a {
	font-size: 0.9em;
	display: block;
	padding: 17px 24px 18px 24px;
	height: 11px;
	text-decoration: none;
	width: auto;
	text-align: center;
	font-weight: bold;
	position: relative;
	z-index: 7;
}

#navcontainer a:hover {
	background: url(images/button_over.gif) no-repeat center 4px;
}

#navcontainer a:active {
}

/* Child - Level 1 */
/* All browsers will use this code, it will make the pop out menus work */
#navcontainer ul ul {
	position: absolute;
	top: 46px;
	left: 0;
	right: 0;
	display: none;
	z-index: 6;
	font-size: 0.9em;
	width: 120px;
	padding: 0;
	margin: 0;
}

#navcontainer ul ul:hover {
	background: url(images/button_over.gif) no-repeat center top;
	padding-top: 42px;
	top: 4px;
	}

#navcontainer ul ul li {
	display: block;
}

#navcontainer ul ul a {
	padding: 5px 0;
	display: block;
	width: 120px;
	background: #fff;
	border-bottom: 1px solid #f0f0f0;
}

#navcontainer ul ul a:hover {
	color: #fff;
}

#navcontainer ul ul #current,
#navcontainer ul ul .currentAncestor{
	background: #fff;
}


/* Child Level 3 */

#navcontainer ul ul ul {
	position: absolute;
	top: 0px;
	left: 120px;
	z-index: 6;
	font-size: 1em;
	width: 120px;
}

#navcontainer ul ul ul:hover {
	padding: 0;
	top: 0px;
}

div#navcontainer ul ul,
div#navcontainer ul ul ul,
div#navcontainer ul li:hover ul ul,
div#navcontainer ul li:hover ul ul ul,
div#navcontainer ul li:hover ul ul ul ul,
div#navcontainer ul li:hover ul ul ul ul ul {
	display:none;
}

div#navcontainer ul li:hover ul,
div#navcontainer ul ul li:hover ul,
div#navcontainer ul ul ul li:hover ul,
div#navcontainer ul ul ul ul li:hover ul,
div#navcontainer ul ul ul ul ul li:hover ul {
	display:block;
}

/* @end */

/* @group slideshow */
.slides-left {
	float: left;
	margin: 3px 10px 3px 0;
height:180px;
width:106px;
text-align:center;
}

.slides {
height:220px;
padding:10px;
text-align:center;
}

.slide {
text-align:center;
line-height:1.1;
}
.slide img {
padding-bottom:5px;
}
.slide-link {
text-decoration:none;
}
.slide-link:hover {
text-decoration:none;
}
.slide-title {
	font-size:1.2em;
	text-decoration: none;
	font-style: italic;
	color: #520005;

}

.slide-author {
	text-decoration: none;

	color: #520005;
}


/* @end */
/* @group box */
#boxes {
float:left;
width:238px;
margin:00px 0 0 0;
}
.box1, .box2, .box3,.leftBoxContainer {
margin-top:10px;
margin-bottom:10px;
background-image:url(images/boxbottom.gif);
background-position:center bottom;
background-repeat:no-repeat
}
.box3 {
background-image:url(images/box3-bottom.gif);
}

.box1 h2, .box2 h2 , .box3 h2, .box3 h3, .leftBoxContainer h3{
text-align:center;
padding:12px 0px 9px 0;
margin:0;
font-size: 1.1em;
font-weight: bold;
letter-spacing: 1.5px;
color:#ffffff;
}

.leftBoxContainer h3 {
background:url(images/boxtop-red.gif) top no-repeat;
}

.box1 h2 {
background:url(images/boxtop-red.gif) top no-repeat;
}

.box2 h2 {
background:url(images/boxtop-senape.gif) top no-repeat ;
}

.box3 h2 {
background:url(images/box3-top.gif) top no-repeat ;
}

.box1 p,.box2 p {
padding:10px 15px 15px 15px;
color:#000000;
margin:0;
font-size: 0.95em;
font-weight: normal;
letter-spacing: 0.25px;
line-height:1.25;
}

.box1 div,.box2 div, .box3 div , .sideBoxContent{
padding:5px 15px 5px 15px;
color:#000000;
margin:0;
font-size: 0.95em;
font-weight: normal;
letter-spacing: 0.25px;
line-height:1.25;
}
.home-sidebox {
margin:0;
padding:0;
text-align:center;
}
.home-sidebox img {margin-top:15px;}

.box3 div{
padding:5px 15px 5px 15px;
}

#bannerboxContent {
padding:0;
}


/* @group Blog */



.blog-entry {
	padding-top: 10px;
	padding-bottom: 5px;
border-bottom:1px solid #cccccc;
}

h1.blog-entry-title {
	padding: 0;
	margin: 0;
}


h1.blog-entry-title a {

	text-decoration: none;
}

.blog-entry-date {
}
.blog-entry-body {
	padding: 0px 0 0px 0;
text-align:left;
}
.blog-entry-intro {
	font-size:0.9em;
	text-decoration: none;
	font-weight:bold;
	color: #520005;
}

.blog-entry-title {
	font-size:1.2em;
	text-decoration: none;
	font-style: italic;
	color: #520005;
}

.blog-entry-author {
	text-decoration: none;
	font-style: italic;
	color: #520005;
}

.blog-entry-body a:hover {
}


/* @end */


/* @group Contact Form */
.message-text {
	padding-top: 10px; 
} 

.required-text {
} 

.form-input-field {
	
}

/*
label{
	color:#ffffff;	
} 
*/

.form-input-button { 
} 


#sidebarContainer #sidebar ul {

}

#sidebarContainer {
	width: 237px;
}

#sidebarContainer #sidebar {
	padding-bottom:20px;
}

#sidebarContainer #sidebar a {
}

#sidebarContainer #sidebar a:hover {
	text-decoration: underline;
}

#sidebarContainer .sideHeader {
	padding: 15px 0 5px 0px;
	font-size: 1.2em;
	font-weight: bold;
	letter-spacing: 0.5px;
}

#sidebarContainer #sidebar h1 {
	font-size: 1.2em;
	font-weight: bold;
	letter-spacing: 0.5px;
}

#sidebarContainer #sidebar h2 {
	font-size: 1.1em;
	font-weight: bold;
	letter-spacing: 0.5px;
}

#sidebarContainer #sidebar h3 {
	font-size: 1.1em;
	
}

#sidebarContainer #sidebar ul {
}

#sidebarContainer #sidebar li {
}



div.magnify {
text-align:center;
padding-bottom:5px;
margin-top:5px;
}
a.mailto {
background: url(images/emailto.jpg) no-repeat 0% 50%;
background-image: url(images/emailto.jpg);
background-repeat: no-repeat;
background-attachment: initial;
background-position-x: 0%;
background-position-y: 50%;
-webkit-background-clip: initial;
-webkit-background-origin: initial;
background-color: initial;

padding-left:32px;
padding-top:20px;
padding-bottom:20px;
}

div.magnify a {
background: url(images/xmag.gif) no-repeat 0% 0%;
background-image: url(images/xmag.jpg);
background-repeat: no-repeat;
background-attachment: initial;
background-position-x: 0%;
background-position-y: 0%;
-webkit-background-clip: initial;
-webkit-background-origin: initial;
background-color: initial;

padding-left:20px;
padding-bottom:15px;
	font-size: 0.85em;
}

a.continue, a.chiudi, a.goto {
background-repeat: no-repeat;
background-attachment: initial;
background-position-x: 100%;
background-position-y: 0%;
-webkit-background-clip: initial;
-webkit-background-origin: initial;
background-color: initial;

float:right;
padding-right:22px;
padding-bottom:5px;
}
a.chiudi {
background: url(images/cross_icon.gif) no-repeat 100% 0%;
background-image: url(images/cross_icon.gif);
}
a.continue,a.goto {
background: url(images/arrow_icon.gif) no-repeat 100% 0%;
background-image: url(images/arrow_icon.gif);
}
a.goto {
float:left;
padding-right:22px;
padding-bottom:8px;

}

#tools {
position:absolute;
margin: 0px;
right: 15px;
top: 0px;

}

#popupContainer {
	margin: 0 auto;
	padding: 10px 20px 20px 10px;
}


div.highlighted_object
{
    background-image: none;
    padding-bottom: 0;
}
div.highlighted_object {
background-image:none;
padding-bottom:0;
}
div.highlighted_object {
/*background-image:url(images/highlighted_object_bg.png);
background-position:center bottom;
background-repeat:no-repeat;
padding-bottom:9px;*/
}
div.border-box {
margin-bottom:1em;
}

/* @menu */
#sidemenucontainer {
	font-size: 1em;
	border-top: 1px solid;
	margin-bottom: 10px;
	position: relative;
}

#sidemenucontainer #current {
}

#sidemenucontainer #current:hover {
}

#sidemenucontainer .currentAncestor {
}

/* Parent - Level 0 */

#sidemenucontainer ul {
	list-style: none;
	margin: 0;
	padding: 0;
}

#sidemenucontainer li {
	position: relative;
	background-image: url(images/button-off.gif);
}

#sidemenucontainer a{
	display: block;
	padding-left: 10px;
	padding-top: 6px;
	height: 20px;
	color: #ffffff;
	text-decoration: none;
	padding-bottom: 3px;
	border-bottom: 1px solid;
}


/* Child - Level 1 */


#sidemenucontainer ul ul a {
	padding-left: 30px;
}


/* Child - Level 2 */


#sidemenucontainer ul ul ul li{
border-bottom:0;
}
#sidemenucontainer ul ul ul a{
	padding-left: 40px;
}


/* Child Level 3 */


#sidemenucontainer ul ul ul ul a{
	padding-left: 90px;
}


/* Child Level 4 */


#sidemenucontainer ul ul ul ul ul a{
	padding-left: 110px;
}


/* Child Level 5 */

#sidemenucontainer ul ul ul ul ul ul a{
	 padding-left: 140px;
}



/* @end */
/* @group book */
.book-detail-author {
font-family:"Arial",sans-serif;
font-size:1.3em;
font-size-adjust:none;
font-stretch:normal;
font-style:normal;
font-variant:normal;
font-weight:normal;
line-height:normal;
list-style-image:none;
list-style-position:outside;
list-style-type:none;
margin:10px 0;
padding:0;
}
.book-detail-author a {
font-style:italic;
}


.book-detail {
	padding-top: 15px;
	padding-bottom: 5px;
border-bottom:1px solid #cccccc;
}
.book-label {
font-weight:bold;
color:#222222;
}
.book-author {
}
.book-attr {
}
/* @end */
#footermap ul{
	list-style: none;
	margin: 0;
	padding: 0;
	z-index: 7;
    float:left;
	
}

#footermap li {
	position: relative;
	display: inline;
	float: left;
}
#footermap ul ul{
	position:absolute;
	list-style: none;
	margin: 0;
	padding: 0;
	z-index: 7;
	display:block;
}

#footermap ul ul li {
}

.new-title  {
padding:0 5px 0 5px;

}
.new-title a {
  color: #520005;
 font-weight:bold;
 font-size:1em;
 text-decoration: none;
  text-transform: uppercase;
  line-height:1.25em;
}

.new-author,
 {
	font-size:1em;
}
.new-author a {
color: #520005;
	font-style: italic;
}


.cols {
display:block;
text-align:left;
margin:0 auto;
width:70em;
margin-bottom:30px;
padding-top:10px;
}

.col {
display:inline;
float:left;
width:20%;
}
.col h4 {
padding-left:15px;
color:#eee;
font-size:1.1em;
font-weight:normal;
letter-spacing:0px;

}
.col ul a,
.col ul a:link, .col ul a:visited {
	color: #cc6666;
	text-decoration:none;
}



.col ul {
/*border-left:1px solid #B1DDF8;*/
padding:6px 0 0 13px;
}

.col li {
margin:0;
position:relative;
list-style-image:none;
list-style-position:outside;
list-style-type:none;
}



.home-banner1, .home-banner2, .home-banner3 {
width:100%;
float:left;
line-height: 1.5em;
margin: 0px 0 15px 0;
}

.home-banner3 div {
  float: left; 
  width:209px; 
  text-align:center; 
  padding:0px 0px 0px 0px;
}
.home-banner2 div {
  float: left; 
  width:314px; 
  text-align:center; 
  padding:0px 0px 0px 0px;
}
.home-banner1 div {
  float: left; 
  width:100%;
  text-align:center; 
  padding:0px 0px 0px 0px;
}

.home-news .item div
{
padding: 0 20px 10px 15px;
}
.ec3_list_day,
.home-news .item  .widget{
list-style:none;
}
.ec3_list_day ul {
padding:2px 0 5px 0; 
}
.ec3_list_day ul li {
list-style:none;
font-weight:normal;
}
.ec3_events {
padding:0;margin:0;
padding: 0 20px 10px 15px;
}

dl#news {margin:0; /*background:url("images/dot-02.gif") 3px 0 repeat-y;*/}
.ec3_list_day
{margin-bottom:3px; padding-left:15px; background:url("images/news-dt.gif") 0 10% no-repeat; font-weight:bold;}
dl#news dt {margin-bottom:3px; padding-left:15px; background:url("images/news-dt.gif") 0 50% no-repeat; font-weight:bold;}
dl#news dd {margin:0; margin-bottom:10px; padding-left:15px;}
/*dl#news a:hover {text-decoration:none;}*/

.home-news {
  width:610px;
  float:left;
    line-height: 1.5em;
background:url("images/title-04.gif") 0 0  repeat-x; 
}
.home-news .item {
  float: left; 
  text-align:left; 
  padding:0;
float:left;
width:313px;
}
.home-news  .item .cover {
  text-align:center;
  width:100px; 
  height:150px; 
  float:left;
  margin-right: 10px;
}
.home-news .item p {
color:#333333;
font-size:0.9em;
line-height:1.5em;

}

/*
	Vertical Accordions
*/

.accordion_toggle {
	display: block;
	height: 30px;
	width: 550px;
	padding: 0 8px 0 40px;
	line-height: 30px;
	cursor: pointer;
	margin: 0 0 0 0;
	text-transform: uppercase;
	border-left: 1px solid #e6e2af;
	border-right: 1px solid #e6e2af;
	border-top: 1px solid #e6e2af;
	border-bottom: 1px solid #e6e2af;
	cursor: pointer;
	color:#ffffff;
	background: #660000 url(images/icon_accordion_closed.gif) no-repeat top left;
		font-size: 1em;
}

.accordion_toggle_active {
	font-weight: bold;
	background: #660000 url(images/icon_accordion_open.gif) no-repeat top left;
}
* html accordion_toggle
{
	cursor: hand;
	filter:progid:DXImageTransform.Microsoft.AlphaImageLoader(src='images/icon_accordion_closed.png', sizingMethod='crop');
	background-image: none;
}

* html accordion_toggle_active
{
	filter:progid:DXImageTransform.Microsoft.AlphaImageLoader(src='images/icon_accordion_open.png', sizingMethod='crop');
	background-image: none;
}

.accordion_content {
	background-color: #ffffff;
	color: #444444;
	overflow: hidden;
	background-color: #EFECCA;
}
	
	.accordion_content h2 {
		margin: 0px;
		color: #0099FF;
	}
	
	.accordion_content p {
		line-height: 150%;
		padding: 5px 10px 15px 10px;
	}
	
.vertical_accordion_toggle {
	display: block;
	height: 30px;
	width: 580px;
	padding: 0 0px 0 60px;
	line-height: 30px;
	color: #ffffff;
	font-weight: normal;
	margin: 0 0 0 0;
	cursor: pointer;
		font-size: 1em;
	letter-spacing: 1px;

	background: #802D2D url(images/icon_accordion_closed-2.gif) no-repeat top left;
	border-left: 1px solid #e6e2af;
	border-right: 1px solid #e6e2af;
	border-bottom: 1px solid #e6e2af;
}

.vertical_accordion_toggle_active {
	color: #ffffff;
	font-weight: bold;
	background: #802D2D url(images/icon_accordion_open-2.gif) no-repeat top left;
}
* html vertical_accordion_toggle
{
	cursor: hand;
	filter:progid:DXImageTransform.Microsoft.AlphaImageLoader(src='images/icon_accordion_closed-2.png', sizingMethod='crop');
	background-image: none;
}

* html vertical_accordion_toggle_active
{
	filter:progid:DXImageTransform.Microsoft.AlphaImageLoader(src='images/icon_accordion_open-2.png', sizingMethod='crop');
	background-image: none;
}


.vertical_accordion_content {
	background-color: #ffffff;
	color: #444444;
	overflow: hidden;
	padding:0 0px 0 40px;
	background-color: #EFECCA;
}

	.vertical_accordion_content h2 {
		margin: 5px 0 5px 10px;
		color: #0099FF;
	}

	.vertical_accordion_content p {
		padding: 5px 0px 15px 10px;
	}
	
			
/* Container styling*/
.vertical_nested_container
{
	width: 580px;
}
.distributori {
	width:100%;
	float:left;
	line-height: 1.5em;
	margin-top:10px;
}
.distributori .item {
	float: left; 
	width:250px; 
	text-align:left; 
	padding:0px 5px 10px 10px;
}


/* area news */
.home-news {padding: 0 10px;}
.home-news .item  .widgettitle,  
.title-04 {margin:0 0px; padding:16px 30px 16px 0px; 
}

.home-news h1 {font-size:1.5em; text-transform:uppercase;}

#topstory-img {float:left; width:155px;text-align:center;}
/*#topstory-img img {display:block;} */
#topstory-txt {float:right; width:450px;}
#topstory-txt h3 {margin:0; font-weight:normal; line-height:1.2em;}
#topstory-txt #topstory-info {margin:0; font-size:90%;}
#topstory-txt .comment {padding-left:12px; background:url("../design/ico-comment.gif") 0 2px no-repeat;}

.cols5050 {clear:both;padding: 0 0px;}
.cols5050 .col {float:left; width:300px;}
.cols5050 .f-right {float:right;}
.cols5050 .col .article {clear:both; margin-bottom:15px;}
.cols5050 .col .article-img {float:left; width:75px;}
.cols5050 .col .article-img img {display:block;width:75px;}
.cols5050 .col .article-txt {float:right; width:215px;}
.cols5050 .col .noimg {width:290px; float:left;}
.cols5050 .col .article-txt h4 {padding:0; margin:0; margin-bottom:7px; font-size:110%;}
.cols5050 .col .article-txt p {margin:0; font-size:90%; margin-bottom:7px}
.cols5050 .col .ec3_schedule {margin:0; font-size:90%; }

#rassegnastampa p {font-style:italic;}

.title-01 {margin:0; padding:15px 15px 15px 45px; background:url("../design/arrow-01.gif") 15px 50% no-repeat; font-size:150%; font-weight:normal;}
.title-02 {background:url("../design/dot-01.gif") 0 60% repeat-x; font-size:100%;}
.title-02 span {padding-right:5px;}
.title-03 {margin:0; padding:8px 10px 8px 15px;  text-transform:uppercase; letter-spacing:0px;}
//.title-04 {margin:0 5px; padding:13px 30px 13px 15px; background:url("images/title-04.gif") 0 0  repeat-x; font-size:100%; font-weight:bold;}

#gallery-in {padding:20px 30px ; background:url("images/gallery.gif") 0 0 repeat-x;}
#gallery .separator {width:570px; height:2px; margin:10px 0; background:url("images/separator.gif") 0 0 repeat-x; font-size:0; line-height:0; overflow:hidden;}
#gallery div.photo {margin-right:28px;float:left; position:relative;}
#gallery div.last {margin:0;}
.title-03.gallery {background-color:#802D2D; color:#fff;}
#gallery a {color:#ffffff}
#gallery div.photo span {
width:30px;
height:30px;
display:block;
position:absolute;
top:30px;
left:45px;
background:url("images/play-button.png") no-repeat;
}
/*
#gallery img {margin-right:25px;}
#gallery a.last img {margin:0;}
.title-03.gallery {background-color:#802D2D; color:#fff;}
#gallery a {color:#ffffff}
*/

