﻿/* example_1 css */
#example_1 {
	position: relative; /* important */
	overflow: hidden; /* important */
	width: 100%; /* important */
	height: 24px; /* important */
	border: 0;	
}

#example_1_content {
	position: absolute;
	top: 0;
	left: 0;
}
#example_1 a{
	display: block;
	padding: 0 5px;
	font-size: 100%;
	color: #333;
	line-height: 15px;
	text-decoration: none;
}
	#example_1 a:hover {color: #c00;}
	
/* example_2 css */
#example_2 {
	position: relative; /* important */
	overflow: hidden; /* important */
	width: 100%; /* important */
	height: 24px; /* important */
	border: 0;	
}

#example_2_content {
	position: absolute;
	top: 0;
	left: 0;
}

#example_2 a{
	display: block;
	padding: 0 5px;
	font-size: 100%;
	color: #333;
	line-height: 24px;
	text-decoration: none;
}
	#example_2 a:hover {color: #c00}


/* example_5 css */
#example_5 {
	position: relative; /* important */
	overflow: hidden; /* important */
	width: 170px; /* important */
	height: 610px; /* important */
	background: #FFF;
}

#example_5_frame {position: relative}
#example_5_frame img {position: absolute;}
#example_5_previous {top: 0; left: 0; cursor:pointer; cursor:hand; }
#example_5_next {top: 590px; left: 0;cursor:pointer; cursor:hand;}

#example_5_content {
	position: absolute;
	margin-top: 30px;
	left: 0;
	padding-left:22px;
}

.example_5_item img{
	width:100px;
	/*height:150px;*/
	border:0px;
}

.example_5_item {
	padding: 5px;
	height: 180px;
	background: #FFF;
	text-align:center;
}

.example_5_item h4 {
	font-size: 85%;
	color: #fff;
}

.example_5_item p {
	font-size: 77%;
}

#container_bd .example_5_item a {
	text-decoration: underline;
}

#container_bd .example_5_item a:hover {color: #0f0;}

/* example_6 css */
#example_6 {
	position: relative; /* important */
	overflow: hidden; /* important */
	width: 170px; /* important */
	height: 600px; /* important */
	background: #FFF;
}

#example_6_frame {position: relative}
#example_6_frame img {position: absolute;}
#example_6_previous {top: 0; left: 0; cursor:pointer; cursor:hand; }
#example_6_next {top: 580px; left: 0;cursor:pointer; cursor:hand;}

#example_6_content {
	position: absolute;
	margin-top: 30px;
	left: 0;
	padding-left:22px;
}

.example_6_item img{
	width:100px;
	/*height:150px;*/
	border:0px;
}

.example_6_item {
	padding: 5px;
	height: 130px;
	background: #FFF;
	text-align:center;
}

.example_6_item h4 {
	font-size: 85%;
	color: #fff;
}

.example_6_item p {
	font-size: 77%;
}

#container_bd .example_6_item a {
	text-decoration: underline;
}

#container_bd .example_6_item a:hover {color: #0f0;}

