﻿/* #slider_main
--------------------------- */
#slider_main {
    margin: 0 auto;
    width: 990px;
    height: 600px;
    text-align: left;
    position: relative;
    overflow: hidden;

}
#slider_main ul {
    top: 0;
    left: 0;
    position: absolute;
    overflow: hidden;
}
#slider_main ul li {
    width: 990px;
    height: 600px;
    float: left;
    display: inline;
    overflow: hidden;
}
 
 
 
/* #slider_thumb
--------------------------- */
#slider_thumb {
    margin: 10px auto;
    width: 990px;
    height: 240px;
    text-align: center;
}
#slider_thumb ul {
    display: inline;
}
#slider_thumb ul li {
    cursor: pointer;
    float: left;
    display: inline;
    overflow: hidden;
    width: 320px;
    height: 223px;
    padding:4px;
}
#slider_thumb ul li.active {
    filter:alpha(opacity=200)!important;
    -moz-opacity: 1!important;
    opacity: 1!important;
}
 
/* #slider_thumb2
--------------------------- */
#slider_thumb2 {
    margin: 10px auto;
    width: 990px;
    height: 375px;
    text-align: center;
}
#slider_thumb2 ul {
    display: inline;
}
#slider_thumb2 ul li {
    cursor: pointer;
    float: left;
    display: inline;
    overflow: hidden;
    width: 480px;
    height: 357px;
    padding:4px;
}
#slider_thumb2 ul li.active {
    filter:alpha(opacity=200)!important;
    -moz-opacity: 1!important;
    opacity: 1!important;
}

/* #slider_thumb3
--------------------------- */
#slider_thumb3 {
    margin: 10px auto;
    width: 660px;
    height: 240px;
    text-align: center;
}
#slider_thumb3 ul {
    display: inline;
}
#slider_thumb3 ul li {
    cursor: pointer;
    float: left;
    display: inline;
    overflow: hidden;
    width: 320px;
    height: 223px;
    padding:4px;
}
#slider_thumb3 ul li.active {
    filter:alpha(opacity=200)!important;
    -moz-opacity: 1!important;
    opacity: 1!important;
}

/* #slider_thumb4
--------------------------- */
#slider_thumb4 {
    margin: 10px auto;
    width: 990px;
    height: 330px;
    text-align: center;
}
#slider_thumb4 ul {
    display: inline;
}
#slider_thumb4 ul li {
    cursor: pointer;
    float: left;
    display: inline;
    overflow: hidden;
    width: 487px;
    height: 310px;
    padding:4px;
}
#slider_thumb4 ul li.active {
    filter:alpha(opacity=200)!important;
    -moz-opacity: 1!important;
    opacity: 1!important;
}

 /* #slider_txt
--------------------------- */
#slider_txt {
    margin: 5px auto;
    width: 990px;
    height: 180px;
	font-size:130%;
    text-align: center;
}
#slider_txt ul {
    display: inline;
}
#slider_txt ul li {
    cursor: pointer;
    float: left;
    display: inline;
    overflow: hidden;
    width: 320px;
    padding:4px;
	line-height:30px;

}
#slider_txt ul li.active {
    filter:alpha(opacity=200)!important;
    -moz-opacity: 1!important;
    opacity: 1!important;
}

 /* #slider_txt2
--------------------------- */
#slider_txt2 {
    margin: 5px auto;
    width: 990px;
    height: 180px;
	font-size:130%;
    text-align: center;
}
#slider_txt2 ul {
    display: inline;
}
#slider_txt2 ul li {
    cursor: pointer;
    float: left;
    display: inline;
    overflow: hidden;
    width: 480px;
    padding:5px;
	line-height:40px;

}
#slider_txt2 ul li.active {
    filter:alpha(opacity=200)!important;
    -moz-opacity: 1!important;
    opacity: 1!important;
}

#slider_txt2 ul li a:hover{
	filter:alpha(opacity=80);
	-moz-opacity: 0.8;
	opacity: 0.8;
}

 /* #slider_txt3
--------------------------- */
#slider_txt3 {
    margin: 5px auto;
    width: 660px;
    height: 180px;
	font-size:130%;
    text-align: center;
}
#slider_txt3 ul {
    display: inline;
}
#slider_txt3 ul li {
    cursor: pointer;
    float: left;
    display: inline;
    overflow: hidden;
    width: 320px;
    padding:4px;
	line-height:30px;

}
#slider_txt3 ul li.active {
    filter:alpha(opacity=200)!important;
    -moz-opacity: 1!important;
    opacity: 1!important;
}

/* =======================================
    ClearFixElements
======================================= */
#slider_main ul:after {
    content: ".";
    height: 0;
    clear: both;
    display: block;
    visibility: hidden;
}
 
#slider_main ul {
    display: inline-block;
    overflow: hidden;
}