﻿.thumbs a
{
    background: transparent url(/images/web/webdesignspri.png) no-repeat scroll 0px 0px;
	width: 150px;
	height: 90px;
	display:block;
	float:left;
	cursor:pointer;
}

.thumbs a.active {
	cursor: default;
}

#t0     { display: none; }

#t1             { background-position: 0px 0; }
#t1:hover       { background-position: 0px -89px; }
#t1:active      { background-position: 0px -89px; }
#t1.active      { background-position: 0px -180px; }

#t2     { background-position: -150px 0; }
#t2:hover       { background-position: -150px -89px; }
#t2:active      { background-position: -150px -89px; }
#t2.active      { background-position: -150px -180px; }

#t3     { background-position: -300px 0; }
#t3:hover       { background-position: -300px -89px; }
#t3:active      { background-position: -300px -89px; }
#t3.active      { background-position: -300px -180px; }

#t4     { background-position: -450px 0; }
#t4:hover       { background-position: -450px -89px; }
#t4:active      { background-position: -450px -89px; }
#t4.active      { background-position: -450px -180px; }

#t5     { background-position: -600px 0; }
#t5:hover       { background-position: -600px -89px; }
#t5:active      { background-position: -600px -89px; }
#t5.active      { background-position: -600px -180px; }

.NextWeb
{
    position: absolute;
    top: 100px;
    left: 910px;
    width: 64px;
}

.PrevWeb
{
    position: absolute;
    top: 100px;
    left: 10px;
    width: 64px;
}

p
{
    font-size: 10pt;
    padding-right: 30px;
    line-height: 18pt;
}
