/* CSS Document */

/* Sandeep Gautam - - - - - - - Slider header CSS - - - - - - - - - - - - - */		
			body * {
				font-family: Arial, Geneva, SunSans-Regular, sans-serif;
				font-size: 14px;
				color: #333;
				line-height: 22px;
			}
			body h3 {
				font-size: 14px;
				font-family:Verdana, Arial, Helvetica, sans-serif;
				font-weight: bold;
				color: #000;
			}
			
			.txt {
				font-size: 12px;
				font-family:Verdana, Arial, Helvetica, sans-serif;
				font-weight:300;
				color: #333333;
			}
			
			#wrapper {
				background-image: url(../DG-Images/background1.jpg); /* 725 X 280*/
				background-repeat:no-repeat;
				/*background-color: #fff;
				border: 1px solid #ccc;*/
				padding: 10px;
				/*width: 800px;
				height: 400px;*/
				width: 725px;
				height: 280px;
				margin: -120px 0 0 -486px;
				position: absolute;
				top: 255px;
				left: 50%;
				overflow: hidden;
			}
			#images-wrapper {
				width: 350px;
				height: 250px;
				/*float: left;*/
				float: right;
			}
			#texts-wrapper {
				width: 350px;
				height: 250px;
				padding-left:10px;
				/*float: right;*/
				float: left;
				
			}
			
			#images img {
				display: block;
			}
			
			#texts > div {
				width: 300px;
				height: 280px;
				position: relative;
			}
			#texts > div > div {
				width: 411px;
				position: absolute;
				left: 5px;
				bottom: 124px;
			}
			
			#texts a {
				color: #fff;
				font-size: 18px;
				text-shadow: 0 1px 2px rgba(0,0,0,0.5);
				text-decoration: none;
				text-align: center;
				line-height: 40px;
				outline: none;
				display: block;
				background-color: #888;
				border: 1px solid #666;
				width: 175px;
				height: 40px;
				left: 700px;
				top: 260px;
				
				border-radius: 5px;
				box-shadow: 0 2px 5px rgba(0,0,0,0.5);
				background-image: -moz-linear-gradient(bottom, #666 25%, #888 75%);
				background-image: -webkit-linear-gradient(bottom, #666 25%, #888 75%);
				background-image: -ms-linear-gradient(bottom, #666 25%, #888 75%);
				background-image: linear-gradient(bottom, #666 25%, #888 75%);
			}
			#texts a:hover {
				background-color: #777;
				background-image: -moz-linear-gradient(top, #666 25%, #888 75%);
				background-image: -webkit-linear-gradient(top, #666 25%, #888 75%);
				background-image: -ms-linear-gradient(top, #666 25%, #888 75%);
				background-image: linear-gradient(top, #666 25%, #888 75%);
			}
			
			
		

