@charset "utf-8";

#picturesBox .arrowLeft
{
	float: left;
	width: 35px;
	height: 90px;;
	background: transparent url('al.png') center center no-repeat;
	cursor: pointer;
}
#picturesBox .arrowLeft:hover
{
	
}
#picturesBox .arrowRight
{
	float: right;
	width: 35px;
	height: 90px;;
	background: transparent url('ar.png') center center no-repeat;
	cursor: pointer;
}
#picturesBox .arrowRight:hover
{
	
}
#picturesBox .contents
{
	position: absolute;
	margin-left: 35px;
	width: 535px;
	height: 90px;;
	overflow: hidden;
}
#picturesBox .list
{
	width: 5000px;
	position: absolute;
	margin: 0px;
	padding: 0px;
	list-style: none;
}
#picturesBox .list li
{
	float: left;
	width: 90px;
	height: 90px;;
}
#picturesBox .list .icon
{
	margin: auto;
	height: 80px;
	width: 80px;
	padding: 5px;
}
#picturesBox .list a
{
	display: block;
	height: 55px;
	text-decoration: none;
	font-size: 1.1em;
	text-align: center;
	color: #000000;
}

.noArrow, .noArrow:hover
{
	background-image: none !important;
	cursor: default !important;
}
