/* example_6 css */

#example_6 {
position: relative; /* important */
overflow: hidden; /* important */
width: 250px; /* important */
height: 185px; /* important */
margin: 0 20px 0 0 ;
padding:0;
z-index:9;
float:right;
}

.meerinfo{
position:absolute;
bottom:1px;
right:38px;
background:#fff;
font-size:11px;
z-index:999;
padding:1px 5px;
}

.meerinfo a{
text-decoration:none;
color:#000;
}

.meerinfo a:hover{
text-decoration:none;
color:#ff7e22;
}

#example_6_content {
position: absolute;
right: 10px;
top:10px;
margin: 0;
width:13440px;
text-align:right;
z-index:9999;
}

#example_6 ul li {
display: block;
float: left;
margin: 0;
padding: 0;
}

#example_6_content li {
list-style: none;
margin:0;
padding: 0;
width: 260px; /* important */
position:relative;
z-index:9999;
overflow:hidden;
}

#example_6 ul li img {
display: block;
border:1px solid #ff7e22;
width:221px;
}

#example_6_frame {
position: relative;
float:left;
margin:10px 0 0 15px;
width:235px;
z-index:999;
}

#example_6_frame ul {
margin: 0;
list-style:none;
padding:0;
width:235px;
}

#example_6_frame ul li {
list-style:none;
margin: 0;
padding:0;
width:235px;
float:left;
position:relative;
text-align:left;
height:28px;
}


#example_6_frame ul li a{
color:#fff;
font-size:12px;
text-decoration:none;
position:relative;
display:block;
padding:2px 0 0 10px;
height:26px;
width:225px;
background: url(../images/button1_hover.jpg) no-repeat top left;
outline:none;
}

#example_6_frame ul li a:hover{
color:#fff;
font-size:12px;
text-decoration:none;
position:relative;
display:block;
padding:2px 0 0 10px;
height:26px;
width:225px;
background: url(../images/button1.jpg) no-repeat top left;
}

