/* Generic Utility */
.hide{position:absolute;top:-9999px;left:-9999px}

/* Specific to example one */


/* Specific to example two */

#example-two{ margin-top:20px;}

#example-two ul{
	list-style:none;
}
#example-two ul li {
margin-top:10px; margin-bottom:5px; 
}
#example-two ul li a{
	display:block;
	border-bottom:1px solid #666;
	height:30px;
}
#example-two ul li a:hover{color:#fff;}
#example-two ul li:last-child a{border:none}
#example-two {
	
	
}


#example-two .nav{
	overflow:hidden;
	margin-left: 90px;
	margin-right: 90px;
}
#example-two .nav li{
	width:120px;
	border:1px solid #dbdbdb;
	float:left;
	margin-right: 12px;
}
#example-two .nav li.last{margin-right:0}
#example-two .nav li a{
	display:block;
	font-size:12px;
	text-align:center;
	border:0;
	color: #434343;
	text-decoration: none;
	line-height: 30px;
}

#example-two li a.current,#example-two li a.current:hover{
	background:#008bcf !important;
	color:#fff;
}
#example-two .nav li a:hover{
	color: #fff;
	text-decoration: none;
	display:block;
	background:#008bcf;
}


.list-wrap{
	width:1000px;
	float:left;
	margin-top:20px;
}
.list-wrap ul{
	width:1000px;
	float:left;
}
.list-wrap ul dl {
	float: left;
	padding-left: 6px;
	padding-right: 7px;
}
.list-wrap ul dt {
	margin-top: 6px;
	padding-bottom: 5px;
}
.list-wrap ul dd {
	text-align: center;
	font-size: 12px;
	color: #666666;
	padding-top: 3px;
	width: 150px;
}
.list-wrap ul img {
	width:150px;
	height:150px;
	border: 1px solid #dbdbdb;
}
.list-wrap ul img:hover{
	border: 1px solid #008bcf;
}
.list-wrap ul a:hover{
	color:#008bcf;
}




