@charset "utf-8";

/***************************************************************************
Media Queries
****************************************************************************/

@media only screen and (max-width: 768px) {
}

/***************************************************************************
kinetic
****************************************************************************/

#kinetic {
    width: 800px;
	overflow: hidden;
	margin: 0px auto 30px auto;
	border: 1px solid #CCCCCC;
}
#kinetic .zoom_inner {
    width: 1049px;
	height: 519px;
}
#kinetic .zoom_inner img {
    width: 100%;
	height: auto;
}
.controls {
	text-align: center;
	margin-bottom: 30px;
}
.controls img {
    width: 30px;
	height: auto;
	cursor: pointer;
}

@media only screen and (max-width: 768px) {
#kinetic {
    width: 100%;
	border: none;
	border-top: 1px solid #CCCCCC;
	border-bottom: 1px solid #CCCCCC;
}
#kinetic .zoom_inner {
    width: 518px;
	height: 252px;
}
}