#items_container {
	width: 283px;
	height: 306px;
	overflow: hidden;
	position: absolute;
   	background-color:#FFF8B3;
}
div.slide_item {
	width:243px;
	height:305px;
	left:230px;
	padding-top:15px;
	margin:0px 20px 0px 20px;
	position: absolute;
	background-color:#FFF8B3;
}
div.first_item {
	left: 0px;
}
.controlsDiv{
    position:absolute;
    top:306px;
    width:283px;
    height:31px;
    background-color:#FFF8B3;
}
.imagesDiv{
    position:relative;
    width:695px;
    height:337px;
    overflow:hidden;
    left:284px;
}
.smallimagesDiv
{
    width:245px;
    height:168px;
    overflow:hidden;
    float:right;
}
.textDiv{
    position:relative;
    width:230px;
    height:306px;
    background-color:#FFF8B3;
}
#controls{
    position:absolute;
    left:213px;
}
#controls ul{
	list-style:none;
	padding:0px;
	margin:0px;
}
#controls li{
    list-style:none;
    width:23px;
    height:32px;
    float:left;
    margin:0px;
    padding:0px;
}
#controls span
{
    position:absolute;
	text-indent: -10000px;
	overflow:hidden;
}
.nextbtn
{
	background-image: url(/themes/hospice/images/next.jpg);
	background-repeat:no-repeat;
}
.playbtn
{
	background-image: url(/themes/hospice/images/play.jpg);
	background-repeat:no-repeat;
}
.pausebtn
{
	background-image: url(/themes/hospice/images/pause.jpg);
	background-repeat:no-repeat;
}
.prevbtn
{
	background-image: url(/themes/hospice/images/prev.jpg);
	background-repeat:no-repeat;
}
#num_nav{

}
#num_nav ul
{
	list-style:none;
	padding:0px;
	margin:0px;
}
#num_nav li
{
    list-style:none;
    width:35px;
    height:32px;
    float:left;
    background-color:#FCA61F;
    margin:0px 1px 0px 0px;
    font-size:130%;
    padding:0px;
    text-align:center;
}
#num_nav a
{
    padding:6px 12px 6px 12px;
    line-height:180%;
}