@charset "utf-8";

#SlideItMoo_outer
{
	width    : 260px;
	display  : block;
	position : relative;
	z-index  : 500;
	height   : 150px
}

#SlideItMoo_outer .SlideItMoo_forward, #SlideItMoo_outer .SlideItMoo_back
{
	display    : block;
	position   : absolute;
	cursor     : pointer;
	width      : 18px;
	height     : 18px;
	bottom     : 0px;
	right      : 0px;
	background : url(/js/slideitmoo/images/next.gif) no-repeat center;
}

#SlideItMoo_outer .SlideItMoo_back
{
	left       : 0px;
	background : url(/js/slideitmoo/images/prev.gif) no-repeat center;
}

#SlideItMoo_inner
{
	position : relative;
	overflow : hidden;
	width    : 260px;
	height   : 130px;
	margin   : 0;
	overflow : hidden
}

#SlideItMoo_items
{
	display  : block;
	position : relative;
}

#SlideItMoo_items div.SlideItMoo_element
{
	display       : block;
	position      : relative;
	line-height   : 124px;
	padding       : 1px;
	float         : left;
	width         : 124px;
	height        : 124px;
	margin-right  : 2px;
	margin-bottom : 2px;
	border        : solid 1px #E7E7E7
}

