/* CSS Document */
ul,li{ padding:0; margin:0;}
ul,li{ list-style:none;}

.examples-box{ width:980px; margin:40px 5px; position:relative; _height:100%;float:left;}
.picbox{ width:980px; height:160px; position:relative;overflow: hidden;}
.piclist{ height:160px;position:absolute; left:0px; top:0px;}
.piclist li{ background:#eee; padding:5px; float:left;}
.m-right {margin-right:20px;}
.swaplist{ position:absolute; left:-3000px; top:0px}
.og_prev,.og_next{ width:30px; height:50px; background:url(../images/icon.png) no-repeat; background:url(../images/icon_ie6.png) no-repeat\9; position:absolute; top:53px; z-index:99; cursor:pointer;filter:alpha(opacity=70); opacity:0.7;}
.og_prev{ background-position:0 -60px; left:4px;}
.og_next{ background-position:0 0; right:4px;}

.picbox ul li img {
	transition:0.5s;
}
.picbox ul li img:hover {
	transform: scale(0.9);
}

.gallery {margin:10px;}
.gallery div {margin-bottom:10px;}
.gallery img.mleft {margin-left:15px;}

.gallery a {
	overflow: hidden;
}
.gallery a img {
	transition:0.5s; overflow: hidden;
}
.gallery a img:hover {
	transform: scale(1.3);
	border: 1px solid #FC0;
}

.patent {margin:10px;}
.patent div {margin-bottom:10px;}
.patent img.mleft {margin-left:22px;}

.patent a {
	overflow: hidden;
}
.patent a img {
	transition:0.5s; overflow: hidden;
}
.patent a img:hover {
	transform: scale(1.2);
	border: 1px solid #FC0;
}

.trans-1 {
	transition:0.5s; overflow: hidden;
}
.trans-1:hover {
	transform: scale(1.1);
	border: 1px solid #FC0;
}
