
#myCarousel {
	/*border:1px solid #000;*/
	-moz-border-radius: 0px;
	-webkit-border-radius: 0px;
	-khtml-border-radius: 0px;
	border-radius: 0px;
	/*-moz-box-shadow: inset 0px 0px 10px #555;
	-webkit-box-shadow: inset 0px 0px 10px #555;
	box-shadow: inset 0px 0px 10px #555;*/
	margin-bottom:20px;
	background:#000;
}

.carousel-indicators {
    bottom: -40px;
}

.carousel-indicators .active {
    background-color: #3582AF;
    height: 15px;
    margin: 0;
    width: 15px;
}
.carousel-indicators li {
    background: #C6C6C6;
    border-radius: 15px;
    cursor: pointer;
    display: inline-block;
    height: 15px;
    margin: 0px;
    text-indent: -999px;
    width: 15px;
}

#myCarousel .img-responsive {margin:0 auto;}

span.bookButtonAdmat {
    background: url("/images/_pages/_global/BuytheBook.png") no-repeat scroll 0 0 rgba(0, 0, 0, 0);
    bottom: 55px;
    display: block;
    height: 37px;
    margin: 0;
    padding: 0;
    position: absolute;
    right: 55px;
    text-indent: -9999px;
    width: 186px;
}

.carousel-inner a:hover span.bookButtonAdmat {
	background-position:0 -37px;
}

span.updatesButton {
	bottom: 55px;
    display: block;
    margin: 0;
    padding: 0;
    position: absolute;
    right: 55px;
    color:#666;
    font-size:30px;
    font-weight:700;
    text-transform: uppercase;
    top: 20px;
}

.carousel-inner {position:relative;}

.carousel-control {
    background: none repeat scroll 0 0 #D7D7D7;
    bottom: 0;
    color: #FFFFFF;
    font-size: 20px;
    left: 0;
    opacity: 0.5;
    position: absolute;
    text-align: center;
    text-shadow: 0 1px 2px rgba(0, 0, 0, 0.6);
    top: 0;
    width: 30px;
    transition: all ease 200ms;
    -moz-transition: all ease 200ms;
    -webkit-transition: all ease 200ms;
    -o-transition: all ease 200ms;
    -ms-transition: all ease 200ms;
    
}

.carousel-control:hover {background:#279dd5;}

.carousel-control.left {
    background-image: none;
}

.carousel-control.right {
    background-image: none;
}

#excerpts {
    background:url("/images/_pages/_global/excerpts_textre_bg.jpg") repeat 0 0 transparent;
    display:block;
    height:311px;
    padding-top: 30px;
    margin:0;
    height: 240px;
    list-style-type: none;
    color:#666;
}

#excerpts h2 {
	color:#666666;
	text-align: center;
	margin-top:20px;
	font-weight:700;
}

.dividerTop {
	margin:20px 0 0;
	background:url("/images/_pages/_global/excerpts_top_border.jpg") repeat-x top center transparent;
	display:block;
	height:27px;
	padding:0;
}

.dividerBottom {
	margin:0px 0 50px;
	background:url("/images/_pages/_global/excerpts_bottom_border.jpg") repeat-x top center transparent;
	display:block;
	height:18px;
	padding:0;
}
	

#excerptsList {
	margin:20px 0;
}

#excerptsList li {
	border-left:7px solid #279DD5;
	padding-left:20px;
}

#excerptsList p {font-size:20px;}

.updatesHead {
	margin:0 0 20px 0;
}

.bookBox {
	padding:20px;
	margin-bottom:20px;
	border:1px solid #000;
	-moz-border-radius: 6px;
	-webkit-border-radius: 6px;
	-khtml-border-radius: 6px;
	border-radius: 6px;
	-moz-box-shadow: inset 0px 0px 10px #555;
	-webkit-box-shadow: inset 0px 0px 10px #555;
	box-shadow: inset 0px 0px 10px #555;
	background-color: transparent;
}

.bookContainer {width:100%;}

h3.bookHead {
	margin-bottom:0;
	font-size:26px;
	color:#000;
	font-weight: 400;
	text-align: center;
	text-transform: uppercase;
}

p.subBookHead {
	color: #5c5c5c;
	letter-spacing: 2px;
	font-size: 16px;
	text-align: center;
}

p.bookDescription {
	font-size: 18px;
	color:#4c4c4c;
}

a.bookbutton {
	background:url("/images/_pages/_global/BuytheBook.png") no-repeat 0 0 transparent;
	display:block;
	height:37px;
	width:186px;
	padding:0;
	margin:0;
	text-indent:-9999px;
}

a.bookbutton:hover {background-position:0 -37px;}

.bookBox img {
	display:block;
	margin-right:20px;
	margin-bottom:20px;
}

.newsImage {
	border:1px solid #000;
	margin-right:20px;
}

.newsTitle {
	font-weight: 700;
	font-size: 18px;
	color:#000;
}

.newsTitleTwo {
	font-size: 14px;
	color:#000;
}

a.borderRow {
	padding:5px 0;
	border-top:1px solid #606060;
	border-bottom:1px solid #606060;
	margin-top:-1px;
	display: block;
}

a.moreUpdates {
    background: url("/images/_pages/_global/arrow.png") no-repeat scroll right bottom rgba(0, 0, 0, 0);
    display: block;
    font-size: 15px;
    line-height: 1;
    padding-top: 0;
    text-transform: uppercase;
    width: 130px;
    margin-bottom:20px;
}

#news img {display:none;}
#news .newsImage img {display:block;}

#excerpts li.media {padding-top:0; margin-top:0;}

/*-----------------------------------------------------------------------------------*/
/*	Responsive Fixes
/*-----------------------------------------------------------------------------------*/


@media (max-width: 1000px) {
    #excerptsList li {
		border-left:0px;
		text-align: center;
		width:100%;
	}
	
	#excerpts h2 {
		color:#666666;
		text-align: center;
		margin-top:0px;
		font-weight:700;
	}
} /* end @media */

@media (min-width: 830px) and (max-width: 1149px) {
   
}

@media (max-width: 767px) {

#excerpts {
    height: 250px;
    position:relative;
}

#excerptsList p {
    font-size: 17px;
}


#excerptsList {
	margin:20px;
}

#excerptsList li {
	border-left:0px;
	
}


.bookBox {margin-top:20px;}

span.bookButtonAdmat {
    display: none;
}

span.updatesButton {
	display: none;
}

.carousel-control {width:20px;}

#excerptsList {
	margin: 20px 0;
}

#excerpts h2 {
	color:#666666;
	text-align: center;
	margin-top:10px;
	font-weight:700;
}

#excerptsList li {
	padding-left:0px;
}

.bookPull {float:none !important;}

.bookPull img {
	margin:0 auto; 
	text-align: center;
}

a.bookbutton {
	float:none !important;
	margin:0 auto;
}
	
}/* end @media */

@media (max-width: 600px) {
    
}/* end @media */

@media (max-width: 480px) { 
   #excerpts {
	    height: 320px;
	}
}/* end @media */

@media (max-width: 350px) {
	.carousel-control {
		width:12px;
	}
	
	#excerpts {
	    height: 350px;
	}
	

}/* end @media */

