/* custom-style.css */

/* 1   */ @CHARSET "ISO-8859-1";
/* 2   */ .chpcs_clearfix {
/* 3   */ 	float: none;
/* 4   */ 
/* 5   */ 	clear: both;
/* 6   */ }
/* 7   */ 
/* 8   */ /*read more text */
/* 9   */ .chpcs_more {
/* 10  */ 
/* 11  */ 	font-size:11px;"
/* 12  */ }
/* 13  */ 
/* 14  */ .chpcs_foo_con {
/* 15  */ 
/* 16  */ 	clear: left;
/* 17  */ 
/* 18  */ 	font-weight:normal;
/* 19  */ 
/* 20  */ 	font-style:normal;
/* 21  */ 
/* 22  */ 	height:auto;
/* 23  */ 
/* 24  */ 	overflow: hidden;
/* 25  */ 
/* 26  */ 	margin-bottom: 8px;
/* 27  */ }
/* 28  */ 
/* 29  */ /* Post title */
/* 30  */ .chpcs_title {
/* 31  */ 
/* 32  */ 	clear: both;
/* 33  */ 
/* 34  */ 	height: auto;
/* 35  */ 
/* 36  */ 	overflow: hidden;
/* 37  */ 
/* 38  */ 	display: block;
/* 39  */ }
/* 40  */ 
/* 41  */ .chpcs_image_carousel {
/* 42  */ 
/* 43  */ 	position: relative;
/* 44  */ 
/* 45  */ 	width: auto;
/* 46  */ 
/* 47  */ 	padding: 15px 10px 15px 10px;
/* 48  */ 
/* 49  */ }
/* 50  */ 

/* custom-style.css */

/* 51  */ /*  image of posts on slider */
/* 52  */ .chpcs_foo_content .chpcs_img {
/* 53  */ 
/* 54  */     display: block;
/* 55  */ 
/* 56  */     margin: auto;
/* 57  */ 
/* 58  */ }
/* 59  */ 
/* 60  */ .chpcs_foo_content {
/* 61  */ 
/* 62  */ 	position: relative;
/* 63  */ 
/* 64  */     height: auto;
/* 65  */ 
/* 66  */     padding: 5px;
/* 67  */ 
/* 68  */     margin: 6px;
/* 69  */ 
/* 70  */     display: block;
/* 71  */ 
/* 72  */     float: left;
/* 73  */ 
/* 74  */  	text-align: center;
/* 75  */ }
/* 76  */ 
/* 77  */ /**************** slider controllers - horizontal ****************/
/* 78  */ .chpcs_image_carousel .chpcs_prev, .chpcs_image_carousel .chpcs_next {
/* 79  */ 
/* 80  */ 	z-index: 250;	
/* 81  */ 
/* 82  */ 	font-weight: normal;
/* 83  */ 
/* 84  */ 	text-align: center;
/* 85  */ 
/* 86  */ 	text-decoration: none;
/* 87  */ 
/* 88  */ 	display: block;
/* 89  */ 
/* 90  */ 	position: absolute;
/* 91  */ 
/* 92  */ 	top: 50%;
/* 93  */ 
/* 94  */ 	z-index: 4;
/* 95  */ 
/* 96  */ }
/* 97  */ 
/* 98  */ .chpcs_image_carousel .chpcs_prev {
/* 99  */ 
/* 100 */ 	background-position: 0 0;

/* custom-style.css */

/* 101 */ 
/* 102 */ 	left: -0px;
/* 103 */ 
/* 104 */ }
/* 105 */ 			
/* 106 */ .chpcs_image_carousel .chpcs_next {
/* 107 */ 
/* 108 */ 	background-position: -18px 0;
/* 109 */ 	
/* 110 */ 	right: -0px;
/* 111 */ 
/* 112 */ }
/* 113 */ 
/* 114 */ /**************** Pagination controls ****************/
/* 115 */ .chpcs_image_carousel .chpcs_pagination {
/* 116 */ 
/* 117 */ 	text-align: center;
/* 118 */ 	margin: 0 auto;
/* 119 */ 	margin: 20px;
/* 120 */ 
/* 121 */ }
/* 122 */ .chpcs_image_carousel .chpcs_pagination a {
/* 123 */ 
/* 124 */ 	text-decoration: none;
/* 125 */ 	text-indent: -999px;
/* 126 */ 	display: inline-block;
/* 127 */ 	overflow: hidden;
/* 128 */ 	width: 8px;
/* 129 */ 	height: 8px;
/* 130 */ 	margin: 0 5px 0 0;
/* 131 */ 	z-index: 250;	
/* 132 */ 	cursor: pointer;
/* 133 */ 	opacity: 0.5;
/* 134 */ 
/* 135 */ }
/* 136 */ .chpcs_image_carousel .chpcs_pagination a.selected {
/* 137 */ 
/* 138 */ 	text-decoration: underline;	
/* 139 */ 	zoom: 1;
/* 140 */ 	opacity: 1;
/* 141 */ 
/* 142 */ }
/* 143 */ 
/* 144 */ /* disable direction arrows */
/* 145 */ .chpcs_prev.disabled, .chpcs_prev.disabled,.chpcs_next.disabled, .chpcs_next.disabled {
/* 146 */ 
/* 147 */ 	color: #865;
/* 148 */ 	opacity: 0;
/* 149 */ 	cursor: default;
/* 150 */ 

/* custom-style.css */

/* 151 */ }