body{
	font-family:Arial, Verdana;
	background-color:#fff;
}

.container{
	width: 80%;
	text-align: center;
	margin: 0 auto;
}
.logo_container{
	width: 317px;
	height: 125px;
	margin: 0 auto;
	background: url(../img/logo.gif) no-repeat;

}

.text_container{
	width: 50%;
	margin: 0 auto;
	color: #525252;
	text-align: justify;
}

#slider_container{
	position: relative; 
	top: 0px; 
	left: 0px; 
	width: 600px; 
	height: 400px; 
	overflow: hidden;
	margin: auto;
	-webkit-box-shadow: 0px 0px 65px 0px rgba(0,0,0,0.75);
	-moz-box-shadow: 0px 0px 65px 0px rgba(0,0,0,0.75);
	box-shadow: 0px 0px 65px 0px rgba(0,0,0,0.75);
}

.sub_slider{
	position: relative; 
	top: 0px; 
	left: 0px; 
	width: 600px;
	height: 300px;
}

.main_slides{
	cursor: move; 
	position: absolute; 
	left: 0px; 
	top: 0px; 
	width: 600px; 
	height: 300px;
	overflow: hidden;
}

.slide_image_container {
	cursor: ew-resize;
	position: absolute;
	left: 0px;
	top: 0px;
	width: 600px;
	height: 300px;
	overflow: hidden;

}

.slide_image_container ul li{
	text-align: left;
}

.footer {
	text-align: center;
}

.footer_navigator ul{
	padding: 0;
}

.footer_navigator ul li{
	display: inline-block;
	list-style-type: none;
	color: #555555;
}

.footer_navigator ul li a{
	text-decoration: none;
	color: #060606;
}

.footer_navigator ul li a:hover{
	text-decoration: none;
	color: #ABABAB;
}

.inside_image_left{
	position: absolute;
	background-color: rgba(190, 190, 190, 0.3);
	top: 10%;
	left: 2%;
	padding: 10px;
	color: #111111;
	border-radius: 5px;
	width: 40%;
	text-shadow: 0px 0px 8px #000000;

}

.inside_image_right{
	position: absolute;
	background-color: rgba(190, 190, 190, 0.3);
	top: 10%;
	right: 2%;
	padding: 10px;
	color: #111111;
	border-radius: 5px;
	width: 40%;
	text-shadow: 0px 0px 8px #000000;
}

.jssort12 .p img {
    FILTER: alpha(opacity=55);
    opacity: .55;
    transition: opacity .6s;
    -moz-transition: opacity .6s;
    -webkit-transition: opacity .6s;
    -o-transition: opacity .6s;
}

.jssort12 .pav img, .jssort12 .pav:hover img, .jssort12 .p:hover img {
    FILTER: alpha(opacity=100);
    opacity: 1;
    transition: none;
    -moz-transition: none;
    -webkit-transition: none;
    -o-transition: none;
}

.jssort12 .pav:hover img, .jssort12 .p:hover img {
    FILTER: alpha(opacity=70);
    opacity: .7;
}

.jssort12 .title, .jssort12 .title_back {
    position: absolute;
    top: 70px;
    left: 0px;
    width: 200px;
    height: 30px;
    line-height: 30px;
    text-align: center;
    color: #000;
    font-size: 20px;
}

.jssort12 .title_back {
    background-color: #fff;
    filter: alpha(opacity=50);
    opacity: .5;
}

.jssort12 .pav:hover .title_back, .jssort12 .p:hover .title_back {
    filter: alpha(opacity=40);
    opacity: .4;
}

.jssort12 .pav .title_back {
    background-color: #000;
    filter: alpha(opacity=50);
    opacity: .5;
}

.jssort12 .pav .title {
    color: #fff;
}


.jssorb03 div, .jssorb03 div:hover, .jssorb03 .av {	
    background: url(../img/b03.png) no-repeat;
    overflow:hidden;
    cursor: pointer;
}
.jssorb03 div { 
	background-position: -5px -4px; 
}
.jssorb03 div:hover, .jssorb03 .av:hover { 
	background-position: -35px -4px; 
}
.jssorb03 .av { 
	background-position: -65px -4px; 
}
.jssorb03 .dn, .jssorb03 .dn:hover { 
	background-position: -95px -4px; 
}