@charset "iso-8859-1";
/* CSS Document */

.slyder_bg_color {
	background-color: #6a6762;
}

#saveoptionslide {
	border: 1px solid #6a6762;
	border-radius: 3px 3px 3px 3px;
	box-shadow: 2px 2px 2px 0 #dad7d1;
	color: #FFFFFF;
	background-attachment: scroll;
	background-color: #8a8782;
	background-repeat: repeat;
	background-position: center top;
	background: #b5bdc8; /* Old browsers */
background: -moz-linear-gradient(top,  #b5bdc8 0%, #828c95 5%, #28343b 100%); /* FF3.6+ */
background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#b5bdc8), color-stop(5%,#828c95), color-stop(100%,#28343b)); /* Chrome,Safari4+ */
background: -webkit-linear-gradient(top,  #b5bdc8 0%,#828c95 5%,#28343b 100%); /* Chrome10+,Safari5.1+ */
background: -o-linear-gradient(top,  #b5bdc8 0%,#828c95 5%,#28343b 100%); /* Opera 11.10+ */
background: -ms-linear-gradient(top,  #b5bdc8 0%,#828c95 5%,#28343b 100%); /* IE10+ */
background: linear-gradient(top,  #b5bdc8 0%,#828c95 5%,#28343b 100%); /* W3C */
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#b5bdc8', endColorstr='#28343b',GradientType=0 ); /* IE6-9 */

}