#gallery{
	/* CSS3 Box Shadow */
	-moz-box-shadow:0 0 3px #AAAAAA;
	-webkit-box-shadow:0 0 3px #AAAAAA;
	box-shadow:0 0 3px #AAAAAA;
	/* CSS3 Rounded Corners */
	-moz-border-radius-bottomleft:4px;
	-webkit-border-bottom-left-radius:4px;
	border-bottom-left-radius:4px;

	-moz-border-radius-bottomright:4px;
	-webkit-border-bottom-right-radius:4px;
	border-bottom-right-radius:4px;
	border:1px solid #FFFFFF;
	width:740px;
	overflow:hidden;
	background-color: #FFFFFF;
	background-image: url(../../img/panel.jpg);
	background-repeat: repeat-x;
	background-position: center bottom;
}

#slides{
	height:200px;
	width:740px;
	overflow:hidden;
}

.slide{
	float:left;
}

#menu {
	height:45px;
	text-align: center;
}

#menu ul {
	margin:0px;
	padding:0px;
	text-align: center;
}

#menu li {
	width:60px;
	display:inline-block;
	list-style:none;
	height:45px;
	overflow:hidden;
}
*:first-child + html #menu ul li{
	display:inline;
	/*float:left;*/
}

#menu li.inact:hover{
	background-image: url(../../img/pic_bg.png);
	background-repeat: repeat;
}

#menu li.act,li.act:hover{
	background-image: url(../../img/active_bg.png);
	background-repeat: no-repeat;
}

#menu li.act a{
	cursor:default;
}

#menu .fbar{
	width:2px;
	background-image: url(../../img/divider.png);
	background-repeat: no-repeat;
	background-position: right;
}

#menu li a{
	display:block;
	height:35px;
	padding-top:10px;
	background-image: url(../../img/divider.png);
	background-repeat: no-repeat;
	background-position: right;
	width: 60px;
}


#smain{
	margin:15px auto;
	text-align:center;
	width:740px;
	position:relative;
}


/*iPhone
--------------------------*/

#gallery-ip{
	/* CSS3 Box Shadow */
	-moz-box-shadow:0 0 3px #AAAAAA;
	-webkit-box-shadow:0 0 3px #AAAAAA;
	box-shadow:0 0 3px #AAAAAA;
	/* CSS3 Rounded Corners */
	-moz-border-radius-bottomleft:4px;
	-webkit-border-bottom-left-radius:4px;
	border-bottom-left-radius:4px;

	-moz-border-radius-bottomright:4px;
	-webkit-border-bottom-right-radius:4px;
	border-bottom-right-radius:4px;
	border:1px solid #FFFFFF;
	width:320px;
	overflow:hidden;
	background-color: #FFFFFF;
	background-image: url(../../img/panel.jpg);
	background-repeat: repeat-x;
	background-position: center bottom;
}

#slides-ip{
	height:86px;
	width:320px;
	overflow:hidden;
}



