
div#imageWall
{
	display: block;
	clear: both;
    margin-bottom: 25px;
    height: 88px;
}
div#indexImageWall
{
	display: block;
	clear: both;
    margin-left: 10px;
    margin-top: 10px;
}
ul#imageWall
{
    padding-left: 25px;
    clear: both;
    display: block;
    margin-bottom: 25px;
}
ul#imageWall li
{
    float: left;
    //width: 116px;
    //height: 86px;
}
ul#imageWall li img
{
    width: 116px;
    height: 86px;
}

#imageWallContainer
{
	display: block;
	height: 88px;
		overflow: hidden;
	position: relative;
	float: left;
}

#indexImageWallContainer
{
	display: block;
	height: 88px;
		overflow: hidden;
	position: relative;
	float: left;
}
#imageWallContainer .slide
{
	float: left;
	border: 1px #555 solid;
}

#imageWallContainer .sliderLine
{
	position: absolute;
	display: block;
	height: 88px;
	width: 99999px;
	left: 0px;
}

#indexImageWallContainer .indexSlide
{
	float: left;
}

#indexImageWallContainer .indexSliderLine
{
	position: absolute;
	display: block;
	height: 88px;
	width: 99999px;
	left: 0px;
}

.slideLeft, .slideRight, .indexSlideLeft, .indexSlideRight
{
    display:block;
    float: left;
}
.indexSlideLeft, .indexSlideRight
{
    padding-right: 10px;
    padding-left: 10px;
}
.slideLeft a, .slideRight a
{
	height: 88px;
	width: 24px;
	display: block;
	float: left;
}
.indexSlideLeft a, .indexSlideRight a
{
    height: 23px;
    margin-top: 25px;
    width: 15px;
	display: block;
	float: left;
}
.indexSlideLeft a
{
    background: url('http://www.skinit.com/images/buttons/arrowLeft.gif')
}
.indexSlideRight a
{
    background: url('http://www.skinit.com/images/buttons/arrowRight.gif')
}

.slideLeft a
{
	background: url('http://www.skinit.com/images/backgrounds/arrow_left.gif') no-repeat left top;
}
.slideRight a
{
	background: url('http://www.skinit.com/images/backgrounds/arrow_right.gif') no-repeat left top;
}

.catTitle
{
    padding-left: 25px;
    display: block;
    clear: both;
}
