.dhonishow {
	overflow: hidden;
	float: left;
	width: 260px;
	font-family: "MS Trebuchet", "Lucida Grande", "Lucida Sans Unicode", sans-serif;
	margin-top:0px;
}           

.dhonishow * {
	padding:  0;
	margin: 0;
	border:  none;
	list-style: none;
}                  

.dhonishow-image {
	overflow: hidden;
	width: 260px;
	height:205px;
	background: #ffffff;
	position: relative;
	display:block;
}     

.dhonishow-image li {
	position: absolute;
	left: 0;
	top: 0;
	margin: 0;
	padding: 4px;
	border: 1px solid #cccccc;

}

.dhonishow-navi {  
	margin-bottom: 2px;
	color: #fff;
	overflow: hidden;
	width: 260px;
	padding: 5px 0 5px 5px;

}
                  
.dhonishow-picture-alt {
	font-weight: bold;
	text-align: left;
	float: left;
	font-size: 11px;
	width:150px;
	line-height: 16px;
	color:#000000;
}          

.dhonishow-navi .dhonishow-next-picture,
.dhonishow-navi .dhonishow-previous-picture {
	text-indent: -999px;
	width: 16px;
	height: 18px;
	float: right;
	margin: 0;
	cursor:  pointer;
	-moz-outline: none;
}

                                        
.dhonishow-navi .dhonishow-next-picture {
	margin-right: 15px;
	background: url(../dhoni_img/next.gif) no-repeat;
}

.dhonishow-previous-picture {
	background: url(../dhoni_img/previous.gif) no-repeat;	
}

.dhonishow-next-picture:hover {
	background: url(../dhoni_img/next_hover.gif) no-repeat;
}

.dhonishow-previous-picture:hover {
	background: url(../dhoni_img/previous_hover.gif) no-repeat;	
}


.dhonishow-navi .paging {
	float: right;
	font-size: 12px;
	margin: 0 10px;
	line-height:  16px;
	color:#000000;
}






.dhonishowbig {
	overflow: hidden;
	float: left;
	width: 550px;
	font-family: "MS Trebuchet", "Lucida Grande", "Lucida Sans Unicode", sans-serif;
	margin-top:0px;
}    

.dhonishowbig * {
	padding:  0;
	margin: 0;
	border:  none;
	list-style: none;
}                  

.dhonishowbig-image {
	overflow: hidden;
	width: 550px;
	height:413px;
	background: #ffffff;
	position: relative;
	display:block;
}  

.dhonishowbig-image li {
	position: absolute;
	left: 0;
	top: 0;
	margin: 0;
	padding: 4px;
	border: 1px solid #cccccc;

}

.dhonishowbig-navi {  
	margin-bottom: 2px;
	color: #fff;
	overflow: hidden;
	width: 260px;
	padding: 5px 0 5px 5px;

}
                  
.dhonishowbig-picture-alt {
	font-weight: bold;
	text-align: left;
	float: left;
	font-size: 11px;
	width:150px;
	line-height: 16px;
	color:#000000;
}          

.dhonishowbig-navi .dhonishowbig-next-picture,
.dhonishowbig-navi .dhonishowbig-previous-picture {
	text-indent: -999px;
	width: 16px;
	height: 18px;
	float: right;
	margin: 0;
	cursor:  pointer;
	-moz-outline: none;
}

                                        
.dhonishowbig-navi .dhonishowbig-next-picture {
	margin-right: 15px;
	background: url(../dhoni_img/next.gif) no-repeat;
}

.dhonishowbig-previous-picture {
	background: url(../dhoni_img/previous.gif) no-repeat;	
}

.dhonishowbig-next-picture:hover {
	background: url(../dhoni_img/next_hover.gif) no-repeat;
}

.dhonishowbig-previous-picture:hover {
	background: url(../dhoni_img/previous_hover.gif) no-repeat;	
}


.dhonishowbig-navi .paging {
	float: right;
	font-size: 12px;
	margin: 0 10px;
	line-height:  16px;
	color:#000000;
}




/*slider css*/


.sliderwrapper{
position: relative; /*leave as is*/
overflow: hidden; /*leave as is*/
border: 3px solid darkred;
border-bottom-width: 3px;
width: 300px; /*width of featured content slider*/
height: 200px;
}



.sliderwrapper .contentdiv{
visibility: hidden; /*leave as is*/
position: absolute; /*leave as is*/
left: 0;  /*leave as is*/
top: 0;  /*leave as is*/
padding: 5px;
background: white;
width: 290px; /*width of content DIVs within slider. Total width should equal slider's inner width (390+5+5=400) */
height: 100%;
filter:progid:DXImageTransform.Microsoft.alpha(opacity=100);
-moz-opacity: 1;
opacity: 1;
}

.pagination{
display:none;
width: 300px; /*Width of pagination DIV. Total width should equal slider's outer width (400+10+10=420)*/
text-align: right;
background-color: darkred;
padding: 5px 10px;
}

.pagination a{
padding: 0 5px;
text-decoration: none; 
color: #00007D;
background: white;
}

.pagination a:hover, .pagination a.selected{
color: #000;
background-color: #FEE496;
}


/*slider photo*/


.sliderphotowrapper{
position: relative; /*leave as is*/
overflow: hidden; /*leave as is*/
border: 10px solid darkred;
border-bottom-width: 10px;
width: 500px; /*width of featured content slider*/
height: 375px;
}



.sliderphotowrapper .contentdivphoto{
visibility: hidden; /*leave as is*/
position: absolute; /*leave as is*/
left: 0;  /*leave as is*/
top: 0;  /*leave as is*/
padding: 5px;
background: white;
width: 500px; /*width of content DIVs within slider. Total width should equal slider's inner width (390+5+5=400) */
height: 100%;
filter:progid:DXImageTransform.Microsoft.alpha(opacity=100);
-moz-opacity: 1;
opacity: 1;
}

.paginationphoto{
width: 500px; /*Width of pagination DIV. Total width should equal slider's outer width (400+10+10=420)*/
text-align: right;
background-color: darkred;
padding: 5px 10px;
}

.paginationphoto a{
padding: 0 5px;
text-decoration: none; 
color: #00007D;
background: white;
}

.paginationphoto a:hover, .paginationphoto a.selected{
color: #000;
background-color: #FEE496;
}
