/*****1.1 Slider*****/
#slider_index #slider1 {
    height: 350px; /* important to be same as image height */
}
#slider_shop #slider1 {
    height: 100px; /* important to be same as image height */
}
#slider1 {
    width: 98%; /* important to be same as image width */
    position: relative; /* important */
	overflow: hidden; /* important */
	margin:9px auto auto auto;
}
#slider1Content {
    width: 100%; /* important to be same as image width or wider */
    position: absolute;
	top: 0;
	margin-left: 0;
}
.slider1Image {
    float: left;
    position: relative;
	display: none;
}
.slider1Image img {
	max-width: 100%;
    width:100% !important; /* IE fix */
}
.slider1Image span {
    position: absolute;
	font: 10px/15px Arial, Helvetica, sans-serif;
    padding: 10px 13px;
    display: none;
}
.clear {
	clear: both;
}
.slider1Image span slider_title {
    font-size: 3.5em;
	font-weight:800;
	color:#000000;
}
.slider_title {
	top: 0;
    left: 0;
	height: 2em;
	background-color:#999999;
	opacity: 0.6;
    filter: alpha(opacity=60); /* For IE8 and earlier */
	border:#999999 solid thick;
	border-radius:5px;
    -moz-border-radius:5px;
	-webkit-border-radius:5px;
	margin-top:4em;
	margin-left:5em;
}
.slider1Image span slider_image img {
    height:90px;
}
.slider_image {
	top: -10px;
    left: 50px;
	height: 90px;
}
ul { list-style-type: none;}
}/*/mediaquery*/	
@media screen and (max-width: 768px) {
}/*/mediaquery*/
@media screen and (max-width: 520px) {
}/*/mediaquery*/
@media screen and (min-width: 1200px) {
}/*/mediaquery*/