/* skinned styles */
	.skinned-wrapper .skinned-text,
	.skinned-wrapper select,
	.skinned-wrapper select option {
		width: 100%; /* dropdown width */
		color: white;
		display:none;
		margin-top: 6px;

	}
@media only screen and (max-width: 768px){
	.skinned-wrapper {
		background: url('../img/menu.png') no-repeat;
		background-position: 10px 12px;
		
		color: white;
	    position: relative;

	}
	.skinned-wrapper select {
		opacity: 0;
		filter: alpha(opacity = 0);
		moz-opacity: 0;
		position: relative;
		z-index: 100;
	}
	.skinned-wrapper .skinned-text {
	  position: absolute;
		text-indent: 10px;

		z-index: 1;
	  padding: 6px 0 0;
	}
	.skinned-wrapper .skinned-text,
	.skinned-wrapper select,
	.skinned-wrapper select {
		width: 100%; /* dropdown width */
		color: white;
		margin-top: 6px;

	}

	.skinned-wrapper .skinned-text,
	.skinned-wrapper select,
	.skinned-wrapper select option {
		width: 100%; /* dropdown width */
		color: white;
		margin-top: 6px;
		display: block;
	
	}

	/* default: non javascript version of select */

	.tinynav select {
		width: 100%;
		background: url('../img/menu.png') no-repeat;
		background-position: 500px 10px;
	  border: 1px solid #D5E6EE;
	}
}