div.scrollable {
	position:relative;
	overflow:hidden;
	width: 592px;
	height:442px;
	margin-top: 20px;
	margin-bottom: 20px;
	margin-left: 50px;
}

/* navigational links */
a.prev
{
    background: url(file:///C|/Users/Niall/Desktop/default.aspx_files/scrollloop_data/images/prev.png) 0 0;
    display: block;
    cursor: pointer;
    background-repeat: no-repeat;
}

a.next
{
    background-position: 0px;
    width: 31px;
    height: 34px;
    background: url(file:///C|/Users/Niall/Desktop/default.aspx_files/scrollloop_data/images/next.png) 0 0;
    display: block;
    cursor: pointer;
    overflow: hidden;
    background-repeat: no-repeat;
}

#prevbutton
{
    z-index: 1000;
    position: absolute;
    background-color: #FF0000;
    top: 35px;
    left: 10px;
    width: 31px;
    height: 34px;
}


/* 	root element for scrollable items. It is 
	absolutely positioned with large width. */
#thumbs
{
    border: 1px none #222;
    position: absolute;
    width: 20000em;
    clear: both;
    font-family: Arial, Helvetica, sans-serif;
    font-size: small;
}

/*clear link style */
#thumbs a
{
    border-style: none;
    text-decoration: none;
    color: #53534A;
}

#thumbs a img
{
    border-style: none;
    text-decoration: none;
    color: #53534A;
}

#thumbs a:hover
{
    border-style: none;
    text-decoration: none;
    color: #53534A;
}

#thumbs a:hover img
{
    border-style: none;
    text-decoration: none;
    color: #53534A;
}

#thumbs a:visited
{
    border-style: none;
    text-decoration: none;
    color: #53534A;
}

#thumbs a:visited img
{
    border-style: none;
    text-decoration: none;
    color: #53534A;
}

/* single item */ 
#thumbs div
{
	background-position: 0 149px;
	float: left;
	width: 196px;
	height: 440px;
	background: #FFFFFF url(file:///C|/Users/Niall/Desktop/default.aspx_files/scrollloop_data/images/grad.png) repeat-x 0 149px;
	color: #53534a;
	border-left: 1px solid #333;
	cursor: pointer;
	border-style: solid none solid solid;
	border-width: 1px;
	border-color: #C0C0C0;
}
#thumbs div span
{
    font-weight: bold;
    display: block;
    height: 45px;
    width: 170px;
    overflow: hidden;
    margin-right: 8px;
    margin-left: 12px;
    padding-top: 3px;
    font-family: 'Trebuchet MS' , Helvetica, Arial, sans-serif;
    font-size: 15px;
    line-height: 16px;
}
#thumbs div table tr
{
    height: 44px;
    width: 170px;
    font-family: 'Trebuchet MS' , Helvetica, Arial, sans-serif;
    font-size: 15px;
    font-weight: bold;
    vertical-align: middle;
}

#thumbs div table tr td
{
    line-height: 16px;
    padding-left: 12px;
    }


#thumbs div p
{
    padding: 0px 12px 0px 12px;
}

  /* style when mouse is over the item */ 
  #thumbs div.hover
{
    background: #FFFFFF url(file:///C|/Users/Niall/Desktop/default.aspx_files/scrollloop_data/images/grad5.png) repeat-x 0 149px;
}

  /* style when element is active (clicked) */ 
  #thumbs div.active
{
    background-color: #DEE9CD;
    cursor: default;
    color: #53534A;
}
