/*
 * jQuery DG Slider v2.6
 * http://weblinkindia.net
 *
 * Copyright 2011, Dhiraj kumar
 * Free to use and abuse under the MIT license.
 * http://www.opensource.org/licenses/mit-license.php
 * 
 * March 2011
 */
/* The DG Slider styles */
.o_hide{overflow:hidden}
.DGSlider {position:relative;}
.DGSlider img {position:absolute;top:0px;left:0px;}
/* If an image is wrapped in a link */
.DGSlider a.DG-imageLink {position:absolute; top:0px; left:0px; width:100%; height:100%; border:0; padding:0; margin:0; z-index:6; display:none; cursor:default}
/* The slices and boxes in the Slider */
.DG-slice {display:block; position:absolute; z-index:5; height:100%;}
.DG-box {display:block; position:absolute; z-index:5;}
/* Caption styles */
.DG-caption {position:absolute; right:0px; bottom:30px; background:#8b8380; color:#fff; opacity:0.5; /* Overridden by captionOpacity setting */width:100%; z-index:8;padding:0px 0; text-indent:20px;}
.DG-caption p {padding:2px; margin:0;}
.DG-caption a {display:inline !important; cursor:default}
.DG-html-caption {display:none;}
/* Direction nav styles (e.g. Next & Prev) */
.DG-directionNav a {position:absolute; top:-45%; z-index:9; cursor:pointer;}
.DG-prevNav {left:0px;}
.DG-nextNav {right:0px;}
/* Control nav styles (e.g. 1,2,3...) */
.DG-controlNav{}
.DG-controlNav a {position:relative; z-index:9; cursor:pointer;}
.DG-controlNav a.active {font-weight:normal;}