.main {
	margin-top: 50px;
	color: #aaa;
}
.windy-demo {
	width: 800px;
	margin: 0px auto;
	color: #aaa;
}

.windy-demo ul.wi-container {
	width: 600px;
	height: 600px;
}

.windy-demo h4 {
	padding: 0 10px;
	line-height: 26px;
	margin: 0;
}

.windy-demo ul.wi-container li {
	width:600px;
	height:600px;
	padding: 0;
	-webkit-user-select: none;
	-khtml-user-select: none;
	-moz-user-select: none;
	-ms-user-select: none;
	user-select: none;
}

.windy-demo nav {
	position: relative;
	width: 100px;
	margin: 0 auto;
}

.windy-demo nav span {
	width: 42px;
	height: 42px;
	margin: 0 4px;
	float: left;
	background: url(../images/nav.png) no-repeat 100% 0;
	text-indent: -9000px;
	cursor: pointer;
	-webkit-user-select: none;
	-khtml-user-select: none;
	-moz-user-select: none;
	-ms-user-select: none;
	user-select: none;
}

.windy-demo nav span:first-child {
	background-position: 0 0;
}

.windy-demo nav span:active {
	background-position: 100% 2px;
}

.windy-demo nav span:first-child:active {
	background-position: 0 2px;
}
/******************/
.functionMenucakephp {
	margin-top:-5px;
}
#functionMenu .functionMenucakephp ul{
	width: 200px;
	list-style: none;
	padding-left:0px;
	margin-top:0px;
}
.main .region.link{
	position:absolute;
	overflow:hidden;
	background:#0066FF;
	opacity:0.3;
	-webkit-border-radius:10px;
	-moz-border-radius:10px;
	-ms-border-radius:10px;
	-o-border-radius:10px;
	border-radius:10px;
	cursor:pointer;
	-ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=30)";
	filter: alpha(opacity=30);
}

.main .region.link:hover{
	opacity:0.5;
	-ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=50)";
	filter: alpha(opacity=50);
}
.main .region.shop{
	position:absolute;
	overflow:hidden;
	background:#FF2200;
	opacity:0.3;
	-webkit-border-radius:10px;
	-moz-border-radius:10px;
	-ms-border-radius:10px;
	-o-border-radius:10px;
	border-radius:10px;
	cursor:pointer;
	-ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=30)";
	filter: alpha(opacity=30);

	background-image    : url('/cakephp/copilog2_app/webroot/img/shop/cart_map.png');
	background-position : 10px 10px;
	background-repeat   : no-repeat;
}

.main .region.shop:hover{
	opacity:0.5;
	-ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=50)";
	filter: alpha(opacity=50);
}


#slider-bar {
	position:absolute;
	left:50%;
	bottom:90px;
	height:9px;
	-webkit-border-radius:5px;
	-moz-border-radius:5px;
	-ms-border-radius:5px;
	border-radius:5px;
}

#slider-bar a {
	opacity: 0.6;
	-ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=60)";
	filter: alpha(opacity=60);
}
.ui-slider-handle{
	position: absolute;
	z-index:0;
	width:80px;
	height: 9px;
	cursor: pointer;
	-webkit-border-radius:5px;
	-moz-border-radius:5px;
	-ms-border-radius:5px;
	border-radius:5px;
}
.price{
	margin-top:-5px;
}