ul, li
{
    margin: 0;
    padding: 0;
}
#container
{
    width: 530px;
	height: 185px;
    margin: 0;
    overflow:auto; 
}

#listContainer
{
	display: inline;
	position:relative;
	width: 530px;
	height: 80px;
	padding-top: 10px;
}

#loader
{
    display: inline;
    height: 155px;
    overflow: auto;
    margin: auto;
    width: 530px;
    position: relative;
    text-align: center;
}

.tableContent
{
    height: 155px;
    overflow: hidden;
    width: 530px;
	font-size: 18px;
    text-align: center;
    background-image:url('../images/scroll.gif');
	background-repeat:no-repeat;
	background-position:center;
}

#loader img
{
    width: 100%;
    height: 100%;
}

.loading
{
    background: url( 'loadingIcon.gif' ) no-repeat 40% 40%;
    height: 100%;
    width: 100%;
}




#imageOptions
{
    height: 84px;
    margin: 0;
    padding: 0;
	white-space:nowrap;
}

#imageOptions li
{
	display: inline;
	list-style-type: none;
	padding: 0;
}

#imageOptions a img
{
    border: none;
    padding: 2px;
    *padding: 2px;
	height: 80px;
}
#imageOptions a
{
    outline: none;
}


#loader h3
{
    height: 155px;
	padding: 0;
	margin: 0;
}

#content-slider {
	width: 530px;
	height: 2px;
	margin: 5px;
	background: #414141;
	position: relative;
}

.content-slider-handle {
	width: 16px;
	height: 8px;
	position: absolute;
	top: -3px;
	background-image:url('../images/handle.gif');
	background-repeat:no-repeat;
}

#content-scroll {
	width: 530px;
	height: 80px;
	margin-top: 10px;
	overflow: hidden;
}

#content-holder {
	height: 104px;
}

#gradientOverlayLeft {
	position: absolute;
	background-image:url('../images/gradientOverlayLeft.png');
	width: 25px;
	height: 80px;
	margin-top: -80px;
	z-index:2;
}
#gradientOverlayRight {
	position: absolute;
	background-image:url('../images/gradientOverlayRight.png');
	width: 25px;
	height: 80px;
	margin-top: -80px;
	margin-left: 505px;
	z-index:2;
}


