﻿/*icom-picture*/
	
ul, li {
		margin: 0;
		padding: 0;
		list-style: none;  
	}

	a img {
		border: none;
	}

	#icom-picture {
		margin: 0 auto;
		width:680px;	
		height:550px;	
		position: relative;

	}

	#icom-picture a.prev, #icom-picture a.next {
		position: absolute;
		top: 200px;
		display: block;
		width: 56px;	
		height: 53px;	
		text-indent: -9999px;
	}

	#icom-picture .prev {
		background: url('../images/left.png') no-repeat;
	}

	#icom-picture .next {
		background: url('../images/right.png') no-repeat;
		right: 0;
	}

	#icom-picture .slides {
		overflow: hidden;
		position: relative;
		top: 32px;
		left: 45px;
		width: 530px;	
		height: 500px;
	}

	#icom-picture .slides ul {
		position: absolute;
		width: 9990px;
		height: 100%;
	}

	#icom-picture .slides li {
		width: 574px;	
		height: 100%;
		float: left;
	}