@charset "utf-8";
/* CSS Document */

/*
* {
	margin: 0;
	padding: 0;
	text-align: left;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;	
}
*/

#sgallery {
	margin: auto;
/*
	width: 90%;
	height: 535px;
*/
	z-index: 99;
}
#sg_container {
	overflow: hidden;
	position: relative;
	border: 1px solid #444;
	background-color: #000000;
}

#sg_container, .sg {
	margin: auto;
	width: 80%;
}

.sg { margin-bottom: 10px; }

#sg_controls {
	margin: auto;
	position: relative;
	width: 80%;
	z-index: 100;
	height: 35px;
	top: -533px;
}

ul.carousel {
	position: relative;
	width: 100000px;
	padding: 0;
	margin: 0 auto;
	z-index: 80;
}
.carousel li {
	position: relative;
	float: left;
	overflow: hidden;
	list-style: none;
	padding: 0 5px;
	margin: 0;

	width: 860px;
	height: 533px;
	opacity: 0.2;
	filter: alpha(opacity=20);
}

.carousel-clip {
	overflow: hidden;
	margin: 0px auto;
	position: relative; 
}

.carousel-left-clip {
	overflow: hidden;
	margin: 0px auto;
	position: relative;
}


.block-active {
	display: block;
	width: 50px;
	height: 20px;
	border: 1px solid #CCC;
	cursor: pointer;
	font-size: 500%;
}

#left, #right {
	width: 100px;
	height: 533px;
	position: absolute;
	border: none;
	background-color: #000000;
	opacity: 0;
	filter: alpha(opacity=0);
}

#left {	left: 0px; background: #000000 url(button_left__black.png) no-repeat center; }
#right { right: 0px; background: #000000 url(button_right__black.png) no-repeat center; }

.block-disabled {
	color: #999999;
	cursor: default;
}




/* jQuery Sliding Menu */

#store {
	cursor:default;
	margin:0 auto;
	padding:0 100px 50px;
	position:relative;
	text-align:left;
	width:664px;
}

#sliderWrap {
	position: absolute;
	right: 200px;
	width: 600px;
}
#slider {
	position: absolute;
	background: #000000;
	width: 600px;
	height: 30px;
	margin-top: -30px;
	vertical-align: middle;
}
#slider img {
	border: 0;
}
#sliderContent {
	position: absolute;
	text-align:center;

	color: #444;
	padding: 7px 10px;
}
#sliderContent a { color: #FFFFFF; text-decoration: none; }
#sliderContent a:hover { color: #00B8ED; text-decoration: none; }

#header {
	margin: 0 auto;
	width: 600px;
	background-color: #F0F0F0;
	height: 30px;
	padding: 10px;
}
#openCloseWrap {
	position: absolute;
	right: 0px;
	float: right;

	margin: 30px 0 0 0;
	padding: 0 0 11px 0;

	background: #000000;
	padding: 5px;
	width: 110px;
	height: 16px;
	display: block;
	text-align: center;
}

a.topMenuAction, a.topMenuAction:hover {
	text-decoration: none;
	text-transform: uppercase;
}

a.topMenuAction { color: #999999; }
a.topMenuAction:hover { color: #FFFFFF; }

.open-button-txt {
	margin: 0 0 0 9px;
}

.arrow-openmenu, .arrow-closemenu {
	display: block;
	width: 11px;
	height: 6px;

	opacity:0.5;
	padding:0 0 0 3px;
	right: 10px;
	position: absolute;
	float: right;
	top: 10px;
	filter: alpha(opacity=50);
}

.arrow-openmenu  { background: url(menu_arrow_down.gif) no-repeat top right; }
.arrow-closemenu { background: url(menu_arrow_up.gif) no-repeat top right; }


