/*\\\\\\\\\\\\\Sticky Sidebar CSS Starts////////////////////*/

.sticky_contentholder {
	position:relative;/*sidebar wil be at top as it is absolute div */
}

.sticky_sidebar {
	position:absolute; /*initial value will override by jquery based on event*/
	top:0;
        float: right;
}

.sidebarfixed {
    position: fixed!important;/*sometime browser overrides the class. so we put important */
    top: 0;
}

/*\\\\\\\\\\\\\\\\Sticky Sidebar CSS Ends//////////////////////*/