
.slider_outer_bg {
	@include boxit;
	background: darken($grey, 40%);
	box-shadow: inset 0 -10px 10px -10px #000000,inset 0 10px 10px -10px #000000;
	-moz-box-shadow: inset 0 -10px 10px -10px #000000,inset 0 10px 10px -10px #000000;
	-webkit-box-shadow: inset 0 -10px 10px -10px #000000,inset 0 10px 10px -10px #000000;
	position: absolute;
	left: 0;
	right:0;
	top: 130px;
}

.slider{
	@include boxit;
	width: 100%;
	border: 1px solid $grey;
	position: relative;
	overflow: hidden;
	.ttls{
		@include boxit;
		@include round-top;
		height: 50px;
		background: white;
		text-align: center;
		float: right;
		position: absolute;
		bottom: 0;
		right: 20px;
		padding-left: 20px;
		padding-top: 10px;
		padding-right: 10px;
		cursor: pointer;
		& > div{
			@include boxit;
			display: inline-block;
			vertical-align: middle;
			height: 20px;
			line-height: 20px;
			width: 20px;
			background: transparent url('../images/radio.png') no-repeat top left;
			color: white;
			font-weight: bold;
			text-align: center;
			margin-right: 10px;
			&.current{
				background: transparent url('../images/radio_selected.png') no-repeat top left;
			}
		}
	}
	.cngann_contents{
		padding: 0;
		background: $offwhite;
		position: relative;
		box-shadow: inset 0 -10px 10px -10px #000000, inset 0 10px 10px -10px #000000;
		-moz-box-shadow: inset 0 -10px 10px -10px #000000,inset 0 10px 10px -10px #000000;
		-webkit-box-shadow: inset 0 -10px 10px -10px #000000,inset 0 10px 10px -10px #000000;
		& > div{
			position: absolute;
			top: 0;
			left: 0;
			right: 0;
			bottom: 0;
			padding: $content_spacing;
			box-shadow: inset 0 -10px 10px -10px #000000,inset 0 10px 10px -10px #000000;
			-moz-box-shadow: inset 0 -10px 10px -10px #000000,inset 0 10px 10px -10px #000000;
			-webkit-box-shadow: inset 0 -10px 10px -10px #000000,inset 0 10px 10px -10px #000000;
		}
	}
}
