/* Reset */
html,body,div,span,object,iframe,h1,h2,h3,h4,h5,h6,p,blockquote,pre,a,abbr,acronym,address,code,del,dfn,em,img,q,dl,dt,dd,ol,ul,li,fieldset,form,label,legend,table,caption,tbody,tfoot,thead,tr,th,td,article,aside,dialog,figure,footer,header,hgroup,nav,section{margin:0;padding:0;border:0;font-weight:inherit;font-style:inherit;font-size:100%;font-family:inherit;vertical-align:baseline}
article,aside,dialog,figure,footer,header,hgroup,nav,section{display:block}
body{line-height:1}
a img{border:none}
table{border-collapse:separate;border-spacing:0}
caption,th,td{font-weight:normal}
table,td,th{vertical-align:middle}
blockquote:before,blockquote:after,q:before,q:after{content:""}
blockquote,q{quotes:""""}:focus{outline:0}ins{text-decoration:none}
del{text-decoration:line-through}button::-moz-focus-inner{border:0}


/* showcase1
-------------*/

#awOnePageButton .view-slide
{
	display: none;
}

/* This class is removed after the showcase1 is loaded */
/* Assign the correct showcase1 height to prevent loading jumps in IE */
.showcase1-load
{
	height: 470px; /* Same as showcase1 javascript option */
	overflow: hidden;
}

/* Container when content is shown as one page */
.showcase1-onepage
{
	/**/
}

/* Container when content is shown in slider */
.showcase1
{
	position: relative;
	margin: 0 auto;
}

	.showcase1-content-container
	{
		background-color: #000;
	}
	
	/* Navigation arrows */
	.showcase1-arrow-previous, .showcase1-arrow-next
	{
		position: absolute;
		background: url('../img/arrows.png');
		width: 33px;
		height: 33px;
		top: 217px;
		cursor: pointer;
	}
	/*이전 화살표 위치*/
	.showcase1-arrow-previous
	{
		left: 5px;
		z-index:10;
	}
	
	.showcase1-arrow-previous:hover
	{
		background-position: 0px -34px;
	}
	/*다음 화살표 위치*/
	.showcase1-arrow-next
	{
		right:162px;
		background-position: -34px 0;
		z-index:10;
	}
	
	.showcase1-arrow-next:hover
	{
		background-position: -34px -34px;
	}
	
	/* Content */
	.showcase1-content
	{
		background-color: #000;
		text-align: center;
	}
		
		.showcase1-content-wrapper
		{
			text-align: center;
			height: 470px;
			width: 700px;
			display: table-cell;
			vertical-align: middle;
		}
		
		/* Styling the tooltips */
		.showcase1-plus-anchor
		{
			background-image: url('../images/plus.png');
			background-repeat: no-repeat;
		}
		
		.showcase1-plus-anchor:hover
		{
			background-position: -32px 0;
		}
		
		div.showcase1-tooltip
		{
			background-color: #fff;
			color: #000;
			text-align: left;
			padding: 5px 8px;
			background-image: url(../images/white-opacity-80.png);
		}
		
		/* Styling the caption */
		.showcase1-caption
		{
			color: #000;
			padding: 8px 15px;
			text-align: left;
			position: absolute;
			bottom: 10px; left: 10px; right: 10px;
			display: none;
			background-image: url(../images/white-opacity-80.png);
		}
		
	.showcase1-onepage .showcase1-content
	{
		margin-bottom: 10px;
	}
	
	/* Button Wrapper 
	.showcase1-button-wrapper
	{
		clear: both;
		margin-top: 10px;
		text-align: center;
	}
	
		.showcase1-button-wrapper span
		{
			margin-right: 3px;
			padding: 2px 5px 0px 5px;
			cursor: pointer;
			font-size: 12px;
			color: #444444;
		}
	
		.showcase1-button-wrapper span.active
		{
			color: #fff;
		}
	*/
	/* Thumbnails */
	.showcase1-thumbnail-container /* Used for backgrounds, no other styling!!! */
	{
		background-color: #0a0a0a; filter:alpha(opacity=76);
	}
	
	.showcase1-thumbnail-wrapper
	{
		overflow: hidden;
	}
		
		.showcase1-thumbnail
		{
			width: 131px;
			height: 70px;
			cursor: pointer;
			position: relative;
		}
		
			.showcase1-thumbnail-caption
			{
				position: absolute;
				bottom: 2px;
				padding-left: 10px;
				padding-bottom: 5px;
			}
			
			.showcase1-thumbnail-content
			{
				padding: 10px;
				text-align: center;
				padding-top: 25px;
			}
			
			.showcase1-thumbnail-cover
			{
				background-image: url(../images/black-opacity-40.png);
				position: absolute;
				top: 0; bottom: 0; left: 0; right: 0;
			}
		

		
			.showcase1-thumbnail:hover .showcase1-thumbnail-cover
			{
				display: none;
			}
		

		
			.showcase1-thumbnail.active .showcase1-thumbnail-cover
			{
				display: none;
			}
	
	.showcase1-thumbnail-wrapper-horizontal
	{
		padding: 9px 0 0 10px;
	}
	
		.showcase1-thumbnail-wrapper-horizontal .showcase1-thumbnail
		{
			margin-right: 20px;
			width: 131px;
		}
	
	.showcase1-thumbnail-wrapper-vertical
	{
		padding: 13px;
	}
	
		.showcase1-thumbnail-wrapper-vertical .showcase1-thumbnail
		{
			margin-bottom: 27px;
		}
	/*화살표 위치*/
	.showcase1-thumbnail-button-backward,
	.showcase1-thumbnail-button-forward
	{
		padding: 7px 0 7px 12px;
		cursor: pointer;
	}
	
	.showcase1-thumbnail-button-backward
	{
		padding-bottom: 0px;
		padding-right: 0px;
	}
	
		.showcase1-thumbnail-button-backward .showcase1-thumbnail-vertical,
		.showcase1-thumbnail-button-forward .showcase1-thumbnail-vertical,
		.showcase1-thumbnail-button-forward .showcase1-thumbnail-horizontal,
		.showcase1-thumbnail-button-backward .showcase1-thumbnail-horizontal
		{
			background-image: url(../img/arrows-small.png);
			background-repeat: no-repeat;
			display: block;
			width: 17px;
			height: 17px;
		}
		
		.showcase1-thumbnail-button-backward .showcase1-thumbnail-vertical
		{
			background-position: 0 -51px;
			margin-left: 55px;
		}
		.showcase1-thumbnail-button-backward:hover .showcase1-thumbnail-vertical
		{
			background-position: -17px -51px;
		}
		
		.showcase1-thumbnail-button-forward .showcase1-thumbnail-vertical
		{
			background-position: 0 -34px;
			margin-left: 55px;
		}
		.showcase1-thumbnail-button-forward:hover .showcase1-thumbnail-vertical
		{
			background-position: -17px -34px;
		}
		
		.showcase1-thumbnail-button-backward .showcase1-thumbnail-horizontal
		{
			background-position: 0 -17px;
			margin-top: 30px;
			margin-bottom: 30px;
		}
		.showcase1-thumbnail-button-backward:hover .showcase1-thumbnail-horizontal
		{
			background-position: -17px -17px;
		}
		
		.showcase1-thumbnail-button-forward .showcase1-thumbnail-horizontal
		{
			background-position: 0 0;
			margin-top: 30px;
			margin-bottom: 30px;
			margin-right:10px
		}
		.showcase1-thumbnail-button-forward:hover .showcase1-thumbnail-horizontal
		{
			background-position: -17px 0;
		}
		
		/* Hide button text */
		.showcase1-thumbnail-button-forward span span,
		.showcase1-thumbnail-button-backward span span
		{
			display: none;
		}
	


/* Clear (used for horizontal thumbnails)
-------------------------------------------*/

.clear
{
	clear: both;
	display: block;
	overflow: hidden;
	visibility: hidden;
	width: 0;
	height: 0;
	float: none;
}
