/* Tablet Devices Resizing */
@media screen and (min-width:750px) and (max-width: 970px) {
#horizontal-ad
{
display:none;
}
#vertical-ad
{
display:block;
}

div#wrap {
	width: auto;
}
.txtbox1 {
	max-width: 700px;
}

div#container {
	width:535px
}
}

/* Phone Devices Resizing */
@media screen and (max-width:750px) {
#horizontal-ad
{
display:none;
}
#vertical-ad
{
display:block;
}
#bsads
{
	margin-top:20px;
	padding-left:100px;
}

div#wrap {
	width: auto;
}
.txtbox1 {
	max-width: 320px;
	padding: 15px;
}
.logobox {
	height: auto;
	width: 127px;
	margin-right: auto;
	margin-left: auto;
	margin-top: 15px;
}

div#container {
	left:0;
	width:320px;
	padding: 10px;
	background-image: none;
}
div.page_content {
	width: auto;
	padding: 0px 0 20px 0
}
div.page {
	width:320px;
	padding-top:0px
}
p {
	font-size:14px
}
h1 {
	font-size:18px
}
h2 {
	font-size: 20px;
}
h3 {
	font-size:14px
}
h4 {
	font-size:12px
}
h5 {
	font-size:10px
}
#switcher {
	height:15px;
	position:relative;
	text-align:center
}
#switcher a {
	display:inline
}
div.image_gallery {
	width:330px
}
div.image_gallery img {
	border-width:7px
}
.flex-direction-nav {
	display:none !important
}
.flex-control-nav {
	bottom:10px !important;
	top:auto !important
}
.gf-slider {
	border:none !important
}
.flex-caption {
	display:none !important
}
h3.page_title {
	margin-left:0px !important;
	line-height: 1.0 !important;
	margin-bottom:20px !important;
}
.flex-control-nav {
	display:block;
}
}
