﻿br {clear:both;}

	.frame {
		width:600px;
		height:400px;
		overflow:hidden;
	}
	.frame .list {
		list-style:none;
		padding:0;
		margin:0;
		width:10000px;
	}
	.frame .list li {
		width:600px;
		height:400px;
		float:left;
	}
	
	.l_frame {
		width:544px;
		height:100px;
		overflow:hidden;
		float:left;
	}
	.l_frame .list {
		list-style:none;
		padding:0;
		margin:0;
		width:1000px;
	}
	.l_frame .list li {
		float:left;
		width:76px;
		height:76px;
		cursor:pointer;
		margin-left:5px;
	}
	.l_frame .list .cur {
		border:solid 1px #ccc;}
		.l_frame .list img{
			width:70px;
			height:70px;
			border:#050 1px solid;
			padding:3px;
			}

	.slide_nav {
		height:80px;
		width:28px;
		display:block;
		float:left;
		text-indent:-10000px;
		background:url(../images/left.jpg) no-repeat center;
	}
	.slide_nav2 {
		width:28px;
		height:80px;
		display:block;
		float:left;
		background:url(../images/right.jpg) no-repeat center;	
		text-indent:-10000px;
	}